X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fcp.pl;h=a70c32eebdcd2b2a74882e0053f4d0bec1567c57;hb=cf8a444d01e67f5b06345721632e55cdbedbc905;hp=b9aed484aa457688a002420042950588ef3d9a16;hpb=be776964b83340e69fa2f02eae59b703c0c95b88;p=kivitendo-erp.git diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index b9aed484a..a70c32eeb 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -109,9 +109,10 @@ sub payment { # geben und hier reinparsen, oder besser multibox oder html auslagern? # Antwort: form->currency wird mit oldcurrency oder curr[0] überschrieben # Wofür macht das Sinn? - @curr = $form->get_all_currencies(); + @curr = split(/:/, $form->{currencies}); + chomp $curr[0]; $form->{defaultcurrency} = $form->{currency} = $form->{oldcurrency} = - $form->get_default_currency(\%myconfig); + $curr[0]; # Entsprechend präventiv die Auswahlliste für Währungen # auch mit value= zusammenbauen (s.a. oben bugfix 1771)