X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAP.pm;h=8c49bb35fd99157fdad14337af8e24c2f9422e22;hb=67e30bc6ea4cd05775f927f89946f8368b69e712;hp=9215ab710d47797979051f35d053dda893353726;hpb=727d806576b6eed75107dbf52736c3dd08093004;p=kivitendo-erp.git diff --git a/SL/AP.pm b/SL/AP.pm index 9215ab710..8c49bb35f 100644 --- a/SL/AP.pm +++ b/SL/AP.pm @@ -703,7 +703,7 @@ sub setup_form { my ($self, $form, $for_post_payments) = @_; my ($exchangerate, $i, $j, $k, $key, $akey, $ref, $index, $taxamount, $totalamount, $totaltax, $totalwithholding, $withholdingrate, - $taxincluded, $tax, $diff); + $tax, $diff); # forex $form->{forex} = $form->{exchangerate}; @@ -807,7 +807,6 @@ sub setup_form { } } - $form->{taxincluded} = $taxincluded if ($form->{id}); $form->{paidaccounts} = 1 if not defined $form->{paidaccounts}; if ($form->{taxincluded} && $form->{taxrate} && $totalamount) {