Revision 32fa27ce
Von Sven Schöling vor fast 14 Jahren hinzugefügt
bin/mozilla/bankaccounts.pl | ||
---|---|---|
126 | 126 |
'attachment_basename' => $locale->text('bankaccounts') . strftime('_%Y%m%d', localtime time), |
127 | 127 |
); |
128 | 128 |
$report->set_options_from_form(); |
129 |
$locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; |
|
129 |
$locale->set_numberformat_wo_thousands_separator(\%::myconfig) if lc($report->{options}->{output_format}) eq 'csv';
|
|
130 | 130 |
|
131 | 131 |
$report->set_columns(%column_defs); |
132 | 132 |
$report->set_column_order(@columns); |
Auch abrufbar als: Unified diff
strict Fehler in bankaccounts.pl