mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
set default store for product, purchase set last store purchased if available or use product default (#672)
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
'isRequired' => false
|
||||
))
|
||||
@include('components.shoppinglocationpicker', array(
|
||||
'label' => 'Store',
|
||||
'shoppinglocations' => $shoppinglocations,
|
||||
'prefillById' => $stockEntry->shopping_location_id
|
||||
))
|
||||
|
Reference in New Issue
Block a user