From: Sven Schöling Date: Tue, 1 Mar 2011 14:50:29 +0000 (+0100) Subject: Wechselkurse werden im footer nicht angezeigt. X-Git-Tag: release-2.6.3~52 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f5863b87e8a0e51a3ba0dbf77279ca716d64e3a5;p=kivitendo-erp.git Wechselkurse werden im footer nicht angezeigt. --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index e1076ef9c..9f57eabf9 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -332,7 +332,7 @@ sub form_header { my @values = map { $_ } @{ $form->{ALL_CURRENCIES} }; my %labels = map { $_ => $_ } @{ $form->{ALL_CURRENCIES} }; $form->{currency} = $form->{defaultcurrency} unless $form->{currency}; - $TMPL_VAR{show_exchangerate} = $form->{currency} ne $form->{defaultcurrency}; + $form->{show_exchangerate} = $form->{currency} ne $form->{defaultcurrency}; $TMPL_VAR{currencies} = NTI($::cgi->popup_menu('-name' => 'currency', '-default' => $form->{"currency"}, '-values' => \@values, '-labels' => \%labels)) if scalar @values; push @custom_hiddens, "forex";