projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03f1746
)
Kundentyp in Rechnungssuche auch als Wert in Rechnungsübersicht anzeigen und exportieren
author
Jan Büren
<jan@lx-office-hosting.de>
Tue, 4 Jan 2011 13:12:14 +0000
(14:12 +0100)
committer
Jan Büren
<jan@lx-office-hosting.de>
Tue, 4 Jan 2011 13:12:14 +0000
(14:12 +0100)
templates/webpages/ar/search.html
patch
|
blob
|
history
diff --git
a/templates/webpages/ar/search.html
b/templates/webpages/ar/search.html
index
c45f286
..
c6f3eb4
100644
(file)
--- a/
templates/webpages/ar/search.html
+++ b/
templates/webpages/ar/search.html
@@
-223,6
+223,10
@@
<td nowrap>[% 'Payment Terms' | $T8 %]</td>
<td align=right><input name="l_charts" class=checkbox type=checkbox value=Y></td>
<td nowrap>[% 'Buchungskonto' | $T8 %]</td>
+ [% IF SHOW_BUSINESS_TYPES %]
+ <td align=right><input name="l_customertype" class=checkbox type=checkbox value=Y></td>
+ <td nowrap>[% 'Customer type' | $T8 %]</td>
+ [% END %]
</tr>
</table>
</td>