Fixed hidden price_factor field in recipeposform.blade.php

This commit is contained in:
Bernd Bestel 2019-09-19 21:31:37 +02:00
parent 7c114cfec3
commit e720311572
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -88,7 +88,7 @@
'value' => $value
))
@else
<input type="hidden" name="price" id="price" value="0">
<input type="hidden" name="price_factor" id="price" value="1">
@endif
<button id="save-recipe-pos-button" class="btn btn-success">{{ $__t('Save') }}</button>