X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d05e1443a5514d24bf0cfc6833c6f06d2adf6df7..7cfd5989c1b23a8a0d19711d68c900e92b1666ad:/SL/AR.pm diff --git a/SL/AR.pm b/SL/AR.pm index 67a43d004..e01ddcb06 100644 --- 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