Also the product calories field is not required

This commit is contained in:
Bernd Bestel 2019-09-20 20:19:12 +02:00
parent 051cb816fe
commit 78b658e86e
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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