X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8b7b226d73364f6bd8582df83f0346d6c668d58c..1faf637bfd4e9c4c4470a595b83ca8c44128f911:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index 68989b372..57d4a6c92 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -355,11 +355,11 @@ sub invoice_details { $form->{invtotal} = ($form->{taxincluded}) ? $form->{total} : $form->{total} + $tax; + $form->{invtotal} = $form->format_amount($myconfig, $form->{invtotal}, 2); + $form->{paid} = $form->format_amount($myconfig, $form->{paid}, 2); $form->{total} = $form->format_amount($myconfig, $form->{invtotal} - $form->{paid}, 2); - $form->{invtotal} = $form->format_amount($myconfig, $form->{invtotal}, 2); $form->set_payment_options($myconfig, $form->{invdate}); - $form->{paid} = $form->format_amount($myconfig, $form->{paid}, 2); $form->{username} = $myconfig->{name};