]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/is.pl
once warning fixen.
[kivitendo-erp.git] / bin / mozilla / is.pl
index 2cdf21e63680a5332923bfc419983962d76c286d..bd72e86b9b11a34dc0cac0f3b5988c26378400d4 100644 (file)
@@ -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};