]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AR.pm
Controller::Base: js accessor bereitstellen
[mfinanz.git] / SL / AR.pm
index 2a80dc0a775aca4c82f1ffd170851f79272ee12a..ad38a7f8e76c76d7aba02c1af13ee88832f57e81 100644 (file)
--- 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, | .