code fixes

This commit is contained in:
Dennis Eichhorn 2024-03-15 20:24:38 +00:00
parent f5a6dca93b
commit a436ed1c8e
3 changed files with 5 additions and 4 deletions

View File

@ -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')

View File

@ -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',
]]; ]];

View File

@ -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',
]]; ]];