diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index d250d2e..010a3f4 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Billing", - "uri": "{/prefix}sales/invoice/list?{?}", + "uri": "{/prefix}sales/invoice/list", "target": "self", "icon": null, "order": 5, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}sales/invoice/list?{?}", + "uri": "{/prefix}sales/invoice/list", "target": "self", "icon": null, "order": 1, @@ -51,7 +51,7 @@ "type": 2, "subtype": 1, "name": "Invoice", - "uri": "{/prefix}purchase/invoice/list?{?}", + "uri": "{/prefix}purchase/invoice/list", "target": "self", "icon": null, "order": 5, @@ -65,7 +65,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}purchase/invoice/list?{?}", + "uri": "{/prefix}purchase/invoice/list", "target": "self", "icon": null, "order": 1,