mirror of
https://github.com/Karaka-Management/oms-BudgetManagement.git
synced 2026-01-11 15:18:43 +00:00
code fixes
This commit is contained in:
parent
f5a6dca93b
commit
a436ed1c8e
|
|
@ -48,6 +48,7 @@ final class BackendController extends Controller
|
|||
$view->setTemplate('/Modules/BudgetManagement/Theme/Backend/budgeting-dashboard');
|
||||
$view->data['nav'] = $this->app->moduleManager->get('Navigation')->createNavigationMid(1004601001, $request, $response);
|
||||
|
||||
/** @var \Modules\Attribute\Models\AttributeType[] $result */
|
||||
$result = ItemAttributeTypeMapper::getAll()
|
||||
->with('l11n')
|
||||
->with('defaults')
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ return ['BudgetManagement' => [
|
|||
'Segments' => 'Segmente',
|
||||
'Customers' => 'Kunden',
|
||||
'Monthly' => 'Monatlich',
|
||||
'Category' => 'Kategorie',
|
||||
'Total' => 'Gesamt',
|
||||
'Category' => 'Kategorie',
|
||||
'Total' => 'Gesamt',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ return ['BudgetManagement' => [
|
|||
'Segments' => 'Segments',
|
||||
'Customers' => 'Customers',
|
||||
'Monthly' => 'Monthly',
|
||||
'Category' => 'Category',
|
||||
'Total' => 'Total',
|
||||
'Category' => 'Category',
|
||||
'Total' => 'Total',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user