Revision 14a0f366
Von Safwan Shakhy vor mehr als 1 Jahr hinzugefügt
- ID 14a0f36664f407b7a2bb4f3e5a237b4be5eb7cab
- Vorgänger 66c4c45c
SL/Controller/Buchungsgruppen.pm | ||
---|---|---|
}
|
||
|
||
$self->setup_list_action_bar;
|
||
$::form->{title} = t8('Booking groups');
|
||
$::form->header;
|
||
$self->render('buchungsgruppen/list',
|
||
title => t8('Booking groups'),
|
||
... | ... | |
|
||
$self->setup_show_form_action_bar;
|
||
$self->render('buchungsgruppen/form', %params,
|
||
title => t8('Booking groups'),
|
||
TAXZONES => SL::DB::Manager::TaxZone->get_all_sorted());
|
||
}
|
||
|
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt