mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02: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…
Reference in New Issue
Block a user