diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index cb9ed59..8329e1f 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Budgeting", - "uri": "{/prefix}warehouse/stocktaking/list?{?}", + "uri": "{/base}warehouse/stocktaking/list?{?}", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Dashboard", - "uri": "{/prefix}warehouse/stocktaking/list?{?}", + "uri": "{/base}warehouse/stocktaking/list?{?}", "target": "self", "icon": null, "order": 1, diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 8bb5d9a..cd9f1f5 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -1,12 +1,12 @@