X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e24e657067548d45e6a23ff56ee4c3ee69b5687b..2b7f7e75b4cfe8e111775970a4524ab48ec898bb:/SL/AR.pm diff --git a/SL/AR.pm b/SL/AR.pm index 2a80dc0a7..ad38a7f8e 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -461,7 +461,7 @@ sub ar_transactions { qq| a.invoice, a.datepaid, a.notes, a.shipvia, | . qq| a.shippingpoint, a.storno, a.storno_id, a.globalproject_id, | . qq| a.marge_total, a.marge_percent, | . - qq| a.transaction_description, | . + qq| a.transaction_description, a.direct_debit, | . qq| pr.projectnumber AS globalprojectnumber, | . qq| c.name, c.customernumber, c.country, c.ustid, b.description as customertype, | . qq| c.id as customer_id, | .