Revision 495888c2
Von Safwan Shakhy vor mehr als 1 Jahr hinzugefügt
| SL/Controller/ChartOfAccounts.pm | ||
|---|---|---|
|
|
||
|
$self->report(SL::ReportGenerator->new(\%::myconfig, $::form));
|
||
|
|
||
|
$self->report->{title} = t8 ('Chart of Accounts');
|
||
|
my @columns = qw(accno description debit credit);
|
||
|
my %column_defs = (
|
||
|
accno => { text => t8('Account') },
|
||
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt