Server changes
This commit is contained in:
@@ -32,7 +32,9 @@ class ShoppingListRepository {
|
||||
WHERE shopping_list_items.list_id = ?
|
||||
AND products.household_id = ?
|
||||
ORDER BY shopping_list_items.checked ASC,
|
||||
shopping_list_items.sort_order ASC,
|
||||
categories.name ASC,
|
||||
products.name ASC,
|
||||
shopping_list_items.sort_order ASC,
|
||||
shopping_list_items.created_at ASC
|
||||
`).all(listId, householdId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user