Abteilung in Rechnungsübersicht angeben
authorJan Büren <jan@kivitendo-premium.de>
Fri, 22 Apr 2016 10:31:09 +0000 (12:31 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Mon, 9 May 2016 10:38:11 +0000 (12:38 +0200)
SL/AR.pm
templates/webpages/ar/search.html

index 67a43d0..e01ddcb 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
index 5caec9f..cf4e519 100644 (file)
            <td nowrap>[% 'Customer' | $T8 %]</td>
            <td align=right><input name="l_customernumber" id="l_customernumber" class=checkbox type=checkbox value=Y></td>
            <td nowrap>[% 'Customer Number' | $T8 %]</td>
+           <td align=right><input name="l_department" id="l_department" class=checkbox type=checkbox value=Y></td>
+           <td nowrap>[% 'Department' | $T8 %]</td>
+
           </tr>
           <tr>
            <td align=right><input name="l_netamount" id="l_netamount" class=checkbox type=checkbox value="Y" checked></td>