From 4ea88bc37d6e089906ed35af5412c60a2cf85508 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 20 Oct 2023 16:53:41 +0000 Subject: [PATCH] fix bugs --- Admin/Install/Navigation.install.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 60a116b..33b959a 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Assets", - "uri": "{/base}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": "{/base}accounting/asset/list", + "uri": "{/base}/accounting/asset/list", "target": "self", "icon": null, "order": 1,