summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2012-01-13 10:14:17 +0000
committermark <mark>2012-01-13 10:14:17 +0000
commit68c776b1b81217be620c9a4212d6652cc44452e5 (patch)
tree77fc8b09a91d782a59ce21d815e8fb3a4c8ff848 /httemplate/view
parentc5588173be7a36ee82a037e3809e6ecc7f14917f (diff)
sales tax districts, #15089
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/misc.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html
index fb2e0a160..c7a3ebf86 100644
--- a/httemplate/view/cust_main/misc.html
+++ b/httemplate/view/cust_main/misc.html
@@ -127,6 +127,16 @@
% }
+% if ( $cust_main->district ) {
+
+ <TR>
+ <TD ALIGN="right"><% mt('Tax district') |h %></TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->district %></TD>
+ </TR>
+
+% }
+
+
% if ( $conf->exists('ticket_system-selfservice_edit_subject') ) {
<TR>