Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

入力項目(単位:金額)で、カンマありで登録すると、エラーとならず、途中(カンマまで)までしか登録されない対応 #2040

Merged
merged 3 commits into from
Jan 24, 2017

Conversation

trebla-on
Copy link
Contributor

入力項目(単位:金額)で、カンマありで登録すると、エラーとならず、途中(カンマまで)までしか登録されない
#1678

修正内容
入力値タイップに「'scale'と'grouping'」を追加
```
'scale' => 0,
'grouping' => true,

テストケース:価格フォーマトはバラバラにする。

'price01' => $faker->randomNumber(5),
'price02' => $faker->randomNumber(5),
'price01' => $price01,
'price02' => $price01,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trebla-on
$price02の間違い?

@trebla-on
Copy link
Contributor Author

$price01から$price02変更しました。
'price02' => $price01,

'price02' => $price02,
ご確認お願いします

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants