summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-02-27 12:37:15 -0800
committerMark Wells <mark@freeside.biz>2012-02-27 12:37:15 -0800
commit65befdb357c410bd24bf411551cd9d091d82b10d (patch)
treef0730c410e469465bfe14aecb69b44e5f96e157c /httemplate/elements
parenta8f686dd5c3b0ad85a5cdd1785081be9db552fb7 (diff)
pass census year through cust_main edit, fix for #15381
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/location.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html
index 13797fe61..c606523f0 100644
--- a/httemplate/elements/location.html
+++ b/httemplate/elements/location.html
@@ -204,6 +204,7 @@ Example:
<TR><<%$th%> ALIGN="right">Census tract<BR>(automatic)</<%$th%>>
<TD>
<INPUT TYPE="text" NAME="censustract" VALUE="<% $opt{censustract} %>">
+ <INPUT TYPE="hidden" NAME="censusyear" VALUE="<% $object->get('censusyear') %>">
</TD>
</TR>
% } else {