strict Fehler in bankaccounts.pl
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:14:03 +0000 (11:14 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:14:03 +0000 (11:14 +0100)
bin/mozilla/bankaccounts.pl

index f8bbb3a..3155e25 100644 (file)
@@ -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);