mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
set default store for product, purchase set last store purchased if available or use product default (#672)
This commit is contained in:
@@ -87,7 +87,8 @@
|
||||
<label class="form-check-label" for="price-type-total-price">{{ $__t('Total price') }}</label>
|
||||
</div>
|
||||
@include('components.shoppinglocationpicker', array(
|
||||
'shoppinglocations' => $shoppinglocations,
|
||||
'label' => 'Store',
|
||||
'shoppinglocations' => $shoppinglocations
|
||||
))
|
||||
@else
|
||||
<input type="hidden" name="price" id="price" value="0">
|
||||
|
Reference in New Issue
Block a user