Revision e1cdb457
Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt
SL/Controller/Buchungsgruppen.pm | ||
---|---|---|
33 | 33 |
$chartlist{ $gruppe->id } = SL::DB::TaxzoneChart->get_all_accounts_by_buchungsgruppen_id($gruppe->id); |
34 | 34 |
} |
35 | 35 |
|
36 |
my $title = t8('Booking groups'); |
|
36 | 37 |
$self->setup_list_action_bar; |
37 |
$::form->{title} = t8('Booking groups');
|
|
38 |
$::form->{title} = $title;
|
|
38 | 39 |
$::form->header; |
39 | 40 |
$self->render('buchungsgruppen/list', |
40 |
title => t8('Booking groups'),
|
|
41 |
title => $title,
|
|
41 | 42 |
BUCHUNGSGRUPPEN => $buchungsgruppen, |
42 | 43 |
CHARTLIST => \%chartlist, |
43 | 44 |
TAXZONES => $taxzones); |
... | ... | |
55 | 56 |
|
56 | 57 |
$self->setup_show_form_action_bar; |
57 | 58 |
$self->render('buchungsgruppen/form', %params, |
58 |
title => t8('Booking groups'), |
|
59 | 59 |
TAXZONES => SL::DB::Manager::TaxZone->get_all_sorted()); |
60 | 60 |
} |
61 | 61 |
|
Auch abrufbar als: Unified diff
Buchungsgruppe Titel vereinfacht cp.pl locale form anstatt global $::form