X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fdo.pl;h=e95aaf82c634dda5b3c86a8187505319bc35cfda;hb=9e152755a340c813514eb132de27349ae7a9e028;hp=b9cfc02ab6a804486ab5a84f0e0b492d74d6fe68;hpb=251dc385d50e0aeddbdd47c5b472cc45525647db;p=kivitendo-erp.git diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index b9cfc02ab..e95aaf82c 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -883,7 +883,7 @@ sub invoice_multi { $vc_discount = $form->{vendor_discount}; } else { IS->get_customer(\%myconfig, \%$form); - $vc_discount = $form->parse_amount(\%myconfig, $form->{customer_discount}); + $vc_discount = $form->{customer_discount}; } restore_form($saved_form);