Stocktaking off by default
This commit is contained in:
parent
2db2251a1b
commit
d175490c55
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export default {
|
||||||
const to = new Date();
|
const to = new Date();
|
||||||
to.setDate(to.getDate() + 7);
|
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() {
|
async beforeMount() {
|
||||||
this.availableMeals = await data.getMeals(this.from, this.to);
|
this.availableMeals = await data.getMeals(this.from, this.to);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue