diff options
| author | Mark Wells <mark@freeside.biz> | 2012-02-27 12:36:32 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-02-27 12:36:32 -0800 |
| commit | 5758caa3d3d457d1c2d7f2d39386224180f8136c (patch) | |
| tree | e11f9290e75c354867bb8ac95091dab474db9135 | |
| parent | 3b2a05ea04b34fca41d9a264fd327ca73337c33f (diff) | |
pass census year through cust_main edit, fix for #15381
| -rw-r--r-- | httemplate/elements/location.html | 1 |
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 { |
