mirror of
https://github.com/Karaka-Management/oms-CashManagement.git
synced 2026-02-10 13:38:41 +00:00
bug fixes
This commit is contained in:
parent
eb9ced7fd9
commit
8ac7510a40
|
|
@ -1,6 +1,6 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id": 1008401001,
|
"id": 1009001001,
|
||||||
"pid": "/",
|
"pid": "/",
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"parent": 1002601001,
|
"parent": 1002601001,
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 1008402001,
|
"id": 1009002001,
|
||||||
"pid": "/cash",
|
"pid": "/cash",
|
||||||
"type": 3,
|
"type": 3,
|
||||||
"subtype": 1,
|
"subtype": 1,
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
"order": 1,
|
"order": 1,
|
||||||
"from": "CashManagement",
|
"from": "CashManagement",
|
||||||
"permission": { "permission": 2, "category": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
"parent": 1008401001,
|
"parent": 1009001001,
|
||||||
"children": []
|
"children": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
17
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Jingga
|
||||||
|
*
|
||||||
|
* PHP Version 8.2
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 2.2
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://jingga.app
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'CashManagement' => 'Cash Management',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Jingga
|
||||||
|
*
|
||||||
|
* PHP Version 8.2
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 2.2
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://jingga.app
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'CashManagement' => 'Cash Management',
|
||||||
|
]];
|
||||||
Loading…
Reference in New Issue
Block a user