This commit is contained in:
Raimon Esteve 2018-05-04 14:50:45 +02:00
parent cb3c499693
commit 1cbceb6348

View file

@ -26,12 +26,13 @@ export class InventoryTypePage extends MenuPage {
*/
let params = navParams.get('params')
this.menu = [
{ name: "Products_Inventory",
{
name: "Products Inventory",
page: new Routing().getNext(this.constructor.name),
params: {location:params.location, new_inventory: true, products_inventory: true}
},
{
name: "Complete_Inventory",
name: "Complete Inventory",
page: new Routing().getNext(this.constructor.name),
params: {location:params.location, new_inventory:true, products_inventory: false}
}