From 5e76ae4e7a11bd28478ed68eef8124fb7ff0767c Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 13 Jan 2012 10:13:56 +0000 Subject: sales tax districts, #15089 --- httemplate/view/cust_main/misc.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index f664ae203..28414ef2d 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -127,6 +127,16 @@ % } +% if ( $cust_main->district ) { + + + <% mt('Tax district') |h %> + <% $cust_main->district %> + + +% } + + % if ( $conf->exists('ticket_system-selfservice_edit_subject') ) { -- cgit v1.2.1