mirror of
https://github.com/Karaka-Management/oms-Balance.git
synced 2026-01-10 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',
|
||||
'verb' => RouteVerb::GET,
|
||||
'active' => true,
|
||||
'active' => true,
|
||||
'permission' => [
|
||||
'module' => BackendController::MODULE_NAME,
|
||||
'type' => PermissionType::READ,
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ return ['Balance' => [
|
|||
'Subtotal' => 'Zwischensumme',
|
||||
'Total' => 'Summe',
|
||||
'Diff' => 'Diff',
|
||||
'Settings' => 'Settings',
|
||||
'Settings' => 'Settings',
|
||||
'Diff%' => 'Diff %',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ return ['Balance' => [
|
|||
'Subtotal' => 'Subtotal',
|
||||
'Total' => 'Total',
|
||||
'Diff' => 'Diff',
|
||||
'Settings' => 'Settings',
|
||||
'Settings' => 'Settings',
|
||||
'Diff%' => 'Diff %',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user