diff options
author | jeff <jeff> | 2009-07-27 03:26:47 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-07-27 03:26:47 +0000 |
commit | f3717767d19f9da888e190f87a04dfa245d658b4 (patch) | |
tree | 198b6454ec80efd88096d5574feb5c83bf827a20 /httemplate/view/cust_main/misc.html | |
parent | 6a8c7c021a01b85ce172a230757b000fe2959a31 (diff) |
FCC from 477 improvements #4912
Diffstat (limited to 'httemplate/view/cust_main/misc.html')
-rw-r--r-- | httemplate/view/cust_main/misc.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index 91b304b5d..71e8d6973 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -98,6 +98,15 @@ % } +% if ( $conf->exists('cust_main-require_censustract') ) { + + <TR> + <TD ALIGN="right">Census tract</TD> + <TD BGCOLOR="#ffffff"><% $cust_main->censustract %></TD> + </TR> + +% } + </TABLE></TD></TR></TABLE> <%init> |