mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Fixed hidden price_factor field in recipeposform.blade.php
This commit is contained in:
parent
7c114cfec3
commit
e720311572
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user