]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ic.pl
Merge branch 'master' of github.com:kivitendo/kivitendo-erp
[mfinanz.git] / bin / mozilla / ic.pl
index 5269d09fc07c354ccb18bc037a36ac065dfbc466..04257ce97178629680fa0b55dcbd487f4870343e 100644 (file)
@@ -1489,8 +1489,7 @@ sub link_part {
   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};