mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 04:43:32 +00:00
Also relate the shopping list amount to QU stock
This commit is contained in:
@@ -322,6 +322,7 @@ class StockController extends BaseController
|
||||
'productGroups' => $this->getDatabase()->product_groups()->orderBy('name'),
|
||||
'shoppingLists' => $this->getDatabase()->shopping_lists()->orderBy('name'),
|
||||
'selectedShoppingListId' => $listId,
|
||||
'quantityUnitConversionsResolved' => $this->getDatabase()->quantity_unit_conversions_resolved(),
|
||||
'userfields' => $this->getUserfieldsService()->GetFields('products'),
|
||||
'userfieldValues' => $this->getUserfieldsService()->GetAllValues('products')
|
||||
]);
|
||||
|
Reference in New Issue
Block a user