mirror of
https://github.com/Karaka-Management/oms-Balance.git
synced 2026-02-15 14:48:41 +00:00
autofixes
This commit is contained in:
parent
2f8743c7f6
commit
95c23067f2
|
|
@ -10,7 +10,7 @@ return [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Balance\Controller\BackendController:viewBalanceDashboard',
|
'dest' => '\Modules\Balance\Controller\BackendController:viewBalanceDashboard',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => BackendController::MODULE_NAME,
|
'module' => BackendController::MODULE_NAME,
|
||||||
'type' => PermissionType::READ,
|
'type' => PermissionType::READ,
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,6 @@ return ['Balance' => [
|
||||||
'Subtotal' => 'Zwischensumme',
|
'Subtotal' => 'Zwischensumme',
|
||||||
'Total' => 'Summe',
|
'Total' => 'Summe',
|
||||||
'Diff' => 'Diff',
|
'Diff' => 'Diff',
|
||||||
'Settings' => 'Settings',
|
'Settings' => 'Settings',
|
||||||
'Diff%' => 'Diff %',
|
'Diff%' => 'Diff %',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,6 @@ return ['Balance' => [
|
||||||
'Subtotal' => 'Subtotal',
|
'Subtotal' => 'Subtotal',
|
||||||
'Total' => 'Total',
|
'Total' => 'Total',
|
||||||
'Diff' => 'Diff',
|
'Diff' => 'Diff',
|
||||||
'Settings' => 'Settings',
|
'Settings' => 'Settings',
|
||||||
'Diff%' => 'Diff %',
|
'Diff%' => 'Diff %',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user