From: Sven Schöling Date: Tue, 4 Jan 2011 10:14:03 +0000 (+0100) Subject: strict Fehler in bankaccounts.pl X-Git-Tag: release-2.6.2beta1~4^2~5 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/32fa27cee3f69042ee74e8efecf1f4396ea5c7bb?ds=sidebyside;hp=-c strict Fehler in bankaccounts.pl --- 32fa27cee3f69042ee74e8efecf1f4396ea5c7bb diff --git a/bin/mozilla/bankaccounts.pl b/bin/mozilla/bankaccounts.pl index f8bbb3a84..3155e2558 100644 --- a/bin/mozilla/bankaccounts.pl +++ b/bin/mozilla/bankaccounts.pl @@ -126,7 +126,7 @@ sub bank_account_list { 'attachment_basename' => $locale->text('bankaccounts') . strftime('_%Y%m%d', localtime time), ); $report->set_options_from_form(); - $locale->set_numberformat_wo_thousands_separator(\%myconfig) if lc($report->{options}->{output_format}) eq 'csv'; + $locale->set_numberformat_wo_thousands_separator(\%::myconfig) if lc($report->{options}->{output_format}) eq 'csv'; $report->set_columns(%column_defs); $report->set_column_order(@columns);