mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +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,
|
'step' => 1,
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
'invalidFeedback' => $__t('The amount cannot be lower than %s', '0'),
|
'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
|
@endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user