From 8ac7510a4006aa8fed1367954e79f00fa2e93e1a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 11 Oct 2024 19:17:40 +0000 Subject: [PATCH] bug fixes --- Admin/Install/Navigation.install.json | 6 +++--- Theme/Backend/Lang/Navigation.de.lang.php | 17 +++++++++++++++++ Theme/Backend/Lang/Navigation.en.lang.php | 17 +++++++++++++++++ info.json | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 Theme/Backend/Lang/Navigation.de.lang.php create mode 100644 Theme/Backend/Lang/Navigation.en.lang.php diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index eb1c607..2854458 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -1,6 +1,6 @@ [ { - "id": 1008401001, + "id": 1009001001, "pid": "/", "type": 2, "subtype": 1, @@ -14,7 +14,7 @@ "parent": 1002601001, "children": [ { - "id": 1008402001, + "id": 1009002001, "pid": "/cash", "type": 3, "subtype": 1, @@ -25,7 +25,7 @@ "order": 1, "from": "CashManagement", "permission": { "permission": 2, "category": null, "element": null }, - "parent": 1008401001, + "parent": 1009001001, "children": [] } ] diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php new file mode 100644 index 0000000..8f56e5e --- /dev/null +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -0,0 +1,17 @@ + [ + 'CashManagement' => 'Cash Management', +]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php new file mode 100644 index 0000000..8f56e5e --- /dev/null +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -0,0 +1,17 @@ + [ + 'CashManagement' => 'Cash Management', +]]; diff --git a/info.json b/info.json index a2c5628..44e44ab 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": { - "id": 1008400000, + "id": 1009000000, "internal": "CashManagement", "external": "CashManagement" },