]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ir.pl
Merge branch 'master' into currency
[mfinanz.git] / bin / mozilla / ir.pl
index 143696311499868152f9b9a5402f150cc4a64e16..4209fdf6addc989e1d9f43bc19fe2abc70df7e07 100644 (file)
@@ -149,7 +149,7 @@ sub invoice_links {
     $form->{currency} = $currency;
   }
 
-  my @curr = split(/:/, $form->{currencies}); #seems to be missing
+  my @curr = $form->get_all_currencies();
   map { $form->{selectcurrency} .= "<option>$_\n" } @curr;
 
   $form->{oldvendor} = "$form->{vendor}--$form->{vendor_id}";