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->setTemplate('/Modules/BudgetManagement/Theme/Backend/budgeting-dashboard');
|
||||||
$view->data['nav'] = $this->app->moduleManager->get('Navigation')->createNavigationMid(1004601001, $request, $response);
|
$view->data['nav'] = $this->app->moduleManager->get('Navigation')->createNavigationMid(1004601001, $request, $response);
|
||||||
|
|
||||||
|
/** @var \Modules\Attribute\Models\AttributeType[] $result */
|
||||||
$result = ItemAttributeTypeMapper::getAll()
|
$result = ItemAttributeTypeMapper::getAll()
|
||||||
->with('l11n')
|
->with('l11n')
|
||||||
->with('defaults')
|
->with('defaults')
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,6 @@ return ['BudgetManagement' => [
|
||||||
'Segments' => 'Segmente',
|
'Segments' => 'Segmente',
|
||||||
'Customers' => 'Kunden',
|
'Customers' => 'Kunden',
|
||||||
'Monthly' => 'Monatlich',
|
'Monthly' => 'Monatlich',
|
||||||
'Category' => 'Kategorie',
|
'Category' => 'Kategorie',
|
||||||
'Total' => 'Gesamt',
|
'Total' => 'Gesamt',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,6 @@ return ['BudgetManagement' => [
|
||||||
'Segments' => 'Segments',
|
'Segments' => 'Segments',
|
||||||
'Customers' => 'Customers',
|
'Customers' => 'Customers',
|
||||||
'Monthly' => 'Monthly',
|
'Monthly' => 'Monthly',
|
||||||
'Category' => 'Category',
|
'Category' => 'Category',
|
||||||
'Total' => 'Total',
|
'Total' => 'Total',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user