Revision 7da802e8
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 |
my $title = t8('Booking groups'); |
|
37 | 37 |
$self->setup_list_action_bar; |
38 | 38 |
$::form->{title} = $title; |
39 | 39 |
$::form->header; |
Auch abrufbar als: Unified diff
Kosmetik