mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Render product Userfields also on the shopping list (this now closes #258)
This commit is contained in:
@@ -77,7 +77,9 @@ class StockController extends BaseController
|
||||
'missingProducts' => $this->StockService->GetMissingProducts(),
|
||||
'productGroups' => $this->Database->product_groups()->orderBy('name'),
|
||||
'shoppingLists' => $this->Database->shopping_lists()->orderBy('name'),
|
||||
'selectedShoppingListId' => $listId
|
||||
'selectedShoppingListId' => $listId,
|
||||
'userfields' => $this->UserfieldsService->GetFields('products'),
|
||||
'userfieldValues' => $this->UserfieldsService->GetAllValues('products')
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user