]> wagnertech.de Git - mfinanz.git/blobdiff - SL/AR.pm
ClientJS: controller default auf leeren Controller
[mfinanz.git] / SL / AR.pm
index 67a43d0043393867c6283c14f622db231c32e43a..e01ddcb06ee27c82e8b015b227a6e535541127c9 100644 (file)
--- a/SL/AR.pm
+++ b/SL/AR.pm
@@ -473,6 +473,7 @@ sub ar_transactions {
     qq|  dc.dunning_description, | .
     qq|  tz.description AS taxzone, | .
     qq|  pt.description AS payment_terms, | .
+    qq|  d.description AS department, | .
     qq{  ( SELECT ch.accno || ' -- ' || ch.description
            FROM acc_trans at
            LEFT JOIN chart ch ON ch.id = at.chart_id