mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-09 04:48:42 +00:00
Templating
This commit is contained in:
parent
3e2ad6400a
commit
f6027097f5
|
|
@ -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": []
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user