mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 13:46:14 +02: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…
Reference in New Issue
Block a user