X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/ee9fb352c2d675dfe828e5f672d857b827e003ed..01a6bf1b55f003fb6f15a70acf51d3e921af7244:/bin/mozilla/is.pl diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 59d4b4790..6ecad0078 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -369,8 +369,8 @@ sub form_header { %labels = (); @values = (); foreach my $item (@{ $form->{"ALL_CURRENCIES"} }) { - push(@values, $item->{"currency"}); - $labels{$item->{"currency"}} = $item->{"currency"}; + push(@values, $item); + $labels{$item} = $item; } $form->{currency} = $form->{defaultcurrency} unless $form->{currency};