diff --git a/src/components/shopping/FullShoppingListPage.vue b/src/components/shopping/FullShoppingListPage.vue index 28c2bf1..63d1b7b 100644 --- a/src/components/shopping/FullShoppingListPage.vue +++ b/src/components/shopping/FullShoppingListPage.vue @@ -55,7 +55,7 @@ export default { const to = new Date(); to.setDate(to.getDate() + 7); - return { from, to, availableMeals: [], shoppingList: null, includedMeals: [], listByProduct: [], stockTaking: true, productsToShow: []} + return { from, to, availableMeals: [], shoppingList: null, includedMeals: [], listByProduct: [], stockTaking: false, productsToShow: []} }, async beforeMount() { this.availableMeals = await data.getMeals(this.from, this.to);