From: Sven Schöling Date: Tue, 23 Feb 2010 12:00:55 +0000 (+0100) Subject: once warning fixen. X-Git-Tag: release-2.6.2beta1~272 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=bf68e6b00bc557c8f04d914021de9f85f374ef34;p=kivitendo-erp.git once warning fixen. --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 2cdf21e63..bd72e86b9 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -333,7 +333,7 @@ sub form_header { my %labels = map { $_ => $_ } @{ $form->{ALL_CURRENCIES} }; $form->{currency} = $form->{defaultcurrency} unless $form->{currency}; $TMPL_VAR{show_exchangerate} = $form->{currency} ne $form->{defaultcurrency}; - $TMPL_VAR{currencies} = NTI($cgi->popup_menu('-name' => 'currency', '-default' => $form->{"currency"}, + $TMPL_VAR{currencies} = NTI($::cgi->popup_menu('-name' => 'currency', '-default' => $form->{"currency"}, '-values' => \@values, '-labels' => \%labels)) if scalar @values; push @custom_hiddens, "forex"; push @custom_hiddens, "exchangerate" if $form->{forex};