Forgot to save a file on the last commit...

This commit is contained in:
Bernd Bestel 2019-05-03 22:18:24 +02:00
parent 6cecb2ca7b
commit bcd6dd4b20
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -45,7 +45,7 @@
'id' => 'price',
'label' => 'Price',
'min' => 0,
'step' => 0.01,
'step' => 0.0001,
'value' => '',
'hint' => $__t('in %s per purchase quantity unit', GROCY_CURRENCY),
'invalidFeedback' => $__t('The price cannot be lower than %s', '0'),