]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/is.pl
currencies-popup angepasst
[kivitendo-erp.git] / bin / mozilla / is.pl
index 59d4b479053bcbc73252bce6aefbad24de0aa59e..6ecad007837f259eac22ab135fea1396136b7a33 100644 (file)
@@ -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};