mirror of
https://github.com/Karaka-Management/oms-CashManagement.git
synced 2026-01-11 15:18:44 +00:00
bug fixes
This commit is contained in:
parent
eb9ced7fd9
commit
8ac7510a40
|
|
@ -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": []
|
||||
}
|
||||
]
|
||||
|
|
|
|||
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