mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +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
|
'value' => $value
|
||||||
))
|
))
|
||||||
@else
|
@else
|
||||||
<input type="hidden" name="price" id="price" value="0">
|
<input type="hidden" name="price_factor" id="price" value="1">
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<button id="save-recipe-pos-button" class="btn btn-success">{{ $__t('Save') }}</button>
|
<button id="save-recipe-pos-button" class="btn btn-success">{{ $__t('Save') }}</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user