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->data['nav'] = $this->app->moduleManager->get('Navigation')->createNavigationMid(1004601001, $request, $response);
/** @var \Modules\Attribute\Models\AttributeType[] $result */
$result = ItemAttributeTypeMapper::getAll()
->with('l11n')
->with('defaults')

View File

@ -16,6 +16,6 @@ return ['BudgetManagement' => [
'Segments' => 'Segmente',
'Customers' => 'Kunden',
'Monthly' => 'Monatlich',
'Category' => 'Kategorie',
'Total' => 'Gesamt',
'Category' => 'Kategorie',
'Total' => 'Gesamt',
]];

View File

@ -16,6 +16,6 @@ return ['BudgetManagement' => [
'Segments' => 'Segments',
'Customers' => 'Customers',
'Monthly' => 'Monthly',
'Category' => 'Category',
'Total' => 'Total',
'Category' => 'Category',
'Total' => 'Total',
]];