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" },