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());
|
||
}
|
||
|
bin/mozilla/cp.pl | ||
---|---|---|
|
||
setup_cp_form_action_bar(can_post => !!$form->{rowcount});
|
||
|
||
$::form->{title} = t8('Receipt');
|
||
$form->{title} = t8('Receipt');
|
||
$form->header;
|
||
|
||
$arap = lc $form->{ARAP};
|
Auch abrufbar als: Unified diff
Buchungsgruppe Titel vereinfacht cp.pl locale form anstatt global $::form