diff options
| author | Mark Wells <mark@freeside.biz> | 2013-11-07 20:05:13 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-11-07 20:05:13 -0800 |
| commit | c6af9fc65bb5e974453a355a62506b54b2abcdca (patch) | |
| tree | 384710b3adec3046e81d2d310c47e4c44a8736fb /httemplate/view/cust_main/misc.html | |
| parent | 4d1b604424473c32ea06449ed9d5fb29fe4ec3da (diff) | |
show census tracts for all customer and package locations, #25726
Diffstat (limited to 'httemplate/view/cust_main/misc.html')
| -rw-r--r-- | httemplate/view/cust_main/misc.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index 5311aa5ae..7915195b4 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -171,17 +171,6 @@ % } -% if ( $conf->exists('cust_main-require_censustract') ) { - - <TR> - <TD ALIGN="right"> - <% mt('Census tract ([_1])', $cust_main->ship_location->censusyear) |h %> - </TD> - <TD BGCOLOR="#ffffff"><% $cust_main->ship_location->censustract %></TD> - </TR> - -% } - % if ( $cust_main->district ) { <TR> |
