pass census year through cust_main edit, fix for #15381
authorMark Wells <mark@freeside.biz>
Mon, 27 Feb 2012 20:37:15 +0000 (12:37 -0800)
committerMark Wells <mark@freeside.biz>
Mon, 27 Feb 2012 20:37:15 +0000 (12:37 -0800)
httemplate/elements/location.html

index 13797fe..c606523 100644 (file)
@@ -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 {