diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index b8c34ff..de9f698 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Asset", - "uri": "{/prefix}accounting/asset/list", + "uri": "{/base}accounting/asset/list", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}accounting/asset/list", + "uri": "{/base}accounting/asset/list", "target": "self", "icon": null, "order": 1, diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 4c0213c..be64b4e 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -1,12 +1,12 @@