From 6a4765d662ea00a5f7d4d259ba5d866acbe3ad79 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 30 May 2017 18:21:27 +0200 Subject: [PATCH] fixes #62 --- Admin/Install/Navigation.install.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 0143ded..eaa3763 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Billing", - "uri": "/{/lang}/backend/sales/invoice/list?{?}", + "uri": "{/base}/{/lang}/backend/sales/invoice/list?{?}", "target": "self", "icon": null, "order": 5, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/sales/invoice/list?{?}", + "uri": "{/base}/{/lang}/backend/sales/invoice/list?{?}", "target": "self", "icon": null, "order": 1, @@ -33,7 +33,7 @@ "type": 3, "subtype": 1, "name": "Invoice", - "uri": "/{/lang}/backend/sales/invoice/single?{?}", + "uri": "{/base}/{/lang}/backend/sales/invoice/single?{?}", "target": "self", "icon": null, "order": 1, @@ -50,7 +50,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/sales/invoice/create?{?}", + "uri": "{/base}/{/lang}/backend/sales/invoice/create?{?}", "target": "self", "icon": null, "order": 5, @@ -67,7 +67,7 @@ "type": 2, "subtype": 1, "name": "Invoice", - "uri": "/{/lang}/backend/purchase/invoice/list?{?}", + "uri": "{/base}/{/lang}/backend/purchase/invoice/list?{?}", "target": "self", "icon": null, "order": 5, @@ -81,7 +81,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/purchase/invoice/list?{?}", + "uri": "{/base}/{/lang}/backend/purchase/invoice/list?{?}", "target": "self", "icon": null, "order": 1, @@ -95,7 +95,7 @@ "type": 3, "subtype": 1, "name": "Invoice", - "uri": "/{/lang}/backend/purchase/invoice/single?{?}", + "uri": "{/base}/{/lang}/backend/purchase/invoice/single?{?}", "target": "self", "icon": null, "order": 1, @@ -112,7 +112,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/purchase/invoice/create?{?}", + "uri": "{/base}/{/lang}/backend/purchase/invoice/create?{?}", "target": "self", "icon": null, "order": 5,