From 78b658e86ee0f4518f85753b7fb42f3463236574 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 20 Sep 2019 20:19:12 +0200 Subject: [PATCH] Also the product calories field is not required --- views/productform.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/productform.blade.php b/views/productform.blade.php index 4befb53f..1a20faf6 100644 --- a/views/productform.blade.php +++ b/views/productform.blade.php @@ -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