mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Also the product calories field is not required
This commit is contained in:
parent
051cb816fe
commit
78b658e86e
@ -211,7 +211,8 @@
|
||||
'step' => 1,
|
||||
'value' => $value,
|
||||
'invalidFeedback' => $__t('The amount cannot be lower than %s', '0'),
|
||||
'hint' => $__t('Per stock quantity unit')
|
||||
'hint' => $__t('Per stock quantity unit'),
|
||||
'isRequired' => false
|
||||
))
|
||||
@endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user