]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ic.pl
Revert "Nutzung der Tabelle currencies"
[mfinanz.git] / bin / mozilla / ic.pl
index 8200b01100700d6e758bdfc3c5072fb609a7b1bb..222a4d1d500c509e04f2369bb729419fd707c86f 100644 (file)
@@ -1489,7 +1489,8 @@ sub link_part {
   IC->create_links("IC", \%myconfig, \%$form);
 
   # currencies
-  map({ $form->{selectcurrency} .= "<option>$_\n" } $::form->get_all_currencies());
+  map({ $form->{selectcurrency} .= "<option>$_\n" }
+      split(/:/, $form->{currencies}));
 
   # parts and assemblies have the same links
   my $item = $form->{item};