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