Revision 14a0f366
Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt
- ID 14a0f36664f407b7a2bb4f3e5a237b4be5eb7cab
- Vorgänger 66c4c45c
SL/Controller/ChartOfAccounts.pm | ||
---|---|---|
36 | 36 |
|
37 | 37 |
$self->report(SL::ReportGenerator->new(\%::myconfig, $::form)); |
38 | 38 |
|
39 |
$self->report->{title} = t8 ('Chart of Accounts'); |
|
39 | 40 |
my @columns = qw(accno description debit credit); |
40 | 41 |
my %column_defs = ( |
41 | 42 |
accno => { text => t8('Account') }, |
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt