X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FIS.pm;h=f546b51078036e56789b0f11d09c5b27debdca39;hb=2b664a1f4dd6615a44d6b6aeafca35dc7c6c7984;hp=68989b372068c1b057a9bcbaaa76d3058492e185;hpb=8c89bb02f1e21e7f1d0d0152ef992b137dc47068;p=kivitendo-erp.git diff --git a/SL/IS.pm b/SL/IS.pm index 68989b372..f546b5107 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -357,9 +357,10 @@ sub invoice_details { ($form->{taxincluded}) ? $form->{total} : $form->{total} + $tax; $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->set_payment_options($myconfig, $form->{invdate}); $form->{username} = $myconfig->{name};