mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01: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…
Reference in New Issue
Block a user