diff options
author | Mark Wells <mark@freeside.biz> | 2013-06-18 23:20:58 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-06-18 23:20:58 -0700 |
commit | 88c86b2900f92ebf3a95f8b2b01985ccee290673 (patch) | |
tree | b3e437d3dc2e2cfd9f6f2fc1f8e01170ba862b6f /httemplate/edit | |
parent | e0a26e8978af2c77bdcaf2b491ee5c731285563d (diff) |
fix manual entry of census tract when editing location, #23643
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/cust_location.cgi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/cust_location.cgi b/httemplate/edit/cust_location.cgi index b90ba66b8..93ce32382 100755 --- a/httemplate/edit/cust_location.cgi +++ b/httemplate/edit/cust_location.cgi @@ -18,6 +18,7 @@ ACTION="<% $p %>edit/process/cust_location.cgi" METHOD=POST> <& /elements/standardize_locations.html, 'form' => 'EditLocationForm', 'callback' => 'document.EditLocationForm.submit();', + 'with_census' => 1, &> </TABLE> @@ -31,6 +32,10 @@ function go() { document.EditLocationForm.submit(); % } } + +function submit_abort() { + nd(1); +} </SCRIPT> <INPUT TYPE="button" NAME="submitButton" VALUE="Submit" onclick="go()"> </FORM> |