Revision e1cdb457
Von Safwan Shakhy vor mehr als 1 Jahr hinzugefügt
SL/Controller/Buchungsgruppen.pm | ||
---|---|---|
$chartlist{ $gruppe->id } = SL::DB::TaxzoneChart->get_all_accounts_by_buchungsgruppen_id($gruppe->id);
|
||
}
|
||
|
||
my $title = t8('Booking groups');
|
||
$self->setup_list_action_bar;
|
||
$::form->{title} = t8('Booking groups');
|
||
$::form->{title} = $title;
|
||
$::form->header;
|
||
$self->render('buchungsgruppen/list',
|
||
title => t8('Booking groups'),
|
||
title => $title,
|
||
BUCHUNGSGRUPPEN => $buchungsgruppen,
|
||
CHARTLIST => \%chartlist,
|
||
TAXZONES => $taxzones);
|
||
... | ... | |
|
||
$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
Buchungsgruppe Titel vereinfacht cp.pl locale form anstatt global $::form