diff options
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/misc.html | 10 | 
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> | 
