summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2011-12-30 22:11:52 +0000
committermark <mark>2011-12-30 22:11:52 +0000
commitabe8940d3dc6f0ead47af95c660ee7038c747214 (patch)
tree64cf48aaeb97f22899e9df483d7b02d4f0c88f04 /httemplate/view
parent49630d793f7901da93a4ffc298f5f328d8a12705 (diff)
track/update census codes by year, #15381
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/misc.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html
index cf31540aa..fb2e0a160 100644
--- a/httemplate/view/cust_main/misc.html
+++ b/httemplate/view/cust_main/misc.html
@@ -119,7 +119,9 @@
% if ( $conf->exists('cust_main-require_censustract') ) {
<TR>
- <TD ALIGN="right"><% mt('Census tract') |h %></TD>
+ <TD ALIGN="right">
+ <% mt('Census tract ([_1])', $cust_main->censusyear) |h %>
+ </TD>
<TD BGCOLOR="#ffffff"><% $cust_main->censustract %></TD>
</TR>