diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 7e1fbe9..9d5c6a5 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -77,7 +77,7 @@ "children": [ { "id": 1005105101, - "pid": "722ef87be24d036db431dd65c0418e5502a6eb89", + "pid": "475124021da7877ef311983bb9eb769b1bd94f22", "type": 3, "subtype": 1, "name": "List", @@ -91,7 +91,7 @@ "children": [ { "id": 1005105201, - "pid": "420c091bd6d9f5cd16b1d62569189feb707d6652", + "pid": "475124021da7877ef311983bb9eb769b1bd94f22", "type": 3, "subtype": 1, "name": "Invoice", @@ -101,14 +101,14 @@ "order": 1, "from": "Billing", "permission": null, - "parent": 1005104101, + "parent": 1005105101, "children": [] } ] }, { "id": 1005105301, - "pid": "722ef87be24d036db431dd65c0418e5502a6eb89", + "pid": "475124021da7877ef311983bb9eb769b1bd94f22", "type": 3, "subtype": 1, "name": "Create", @@ -118,7 +118,7 @@ "order": 5, "from": "Billing", "permission": null, - "parent": 1005104001, + "parent": 1005105001, "children": [] } ] diff --git a/Controller.php b/Controller.php index bc3425e..a04dd45 100644 --- a/Controller.php +++ b/Controller.php @@ -156,7 +156,7 @@ class Controller extends ModuleAbstract implements WebInterface { $view = new View($this->app, $request, $response); $view->setTemplate('/Modules/Billing/Theme/Backend/purchase-invoice-list'); - $view->addData('nav', $this->createNavigation(1005104001, $request, $response)); + $view->addData('nav', $this->createNavigation(1005105001, $request, $response)); return $view; }