X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4c996a3d4df205f272f6c6cb86c1cdfec1ade49d..ea910b8d66ff2add3fab2857ad0bdc74501d6969:/SL/AP.pm diff --git a/SL/AP.pm b/SL/AP.pm index 8be0c8f81..2a486c882 100644 --- a/SL/AP.pm +++ b/SL/AP.pm @@ -142,14 +142,7 @@ sub post_transaction { # amount for total AP $form->{payables} = $form->{invtotal}; - print(STDERR $form->{payables}, - " Payables\n", - $form->{invtotal}, - " Invtotal\n", - $form->{netamount}, - " Netamount\n", - $form->{total_tax}, - " Total_Tax\n\n"); + my ($query, $sth); # if we have an id delete old records