summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_location.cgi
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-06-18 23:24:17 -0700
committerMark Wells <mark@freeside.biz>2013-06-18 23:24:17 -0700
commitd1ef14dc43b37960ce08aae9b795b593a24cdc15 (patch)
tree9a63fea063b10ee4759ea5fe2f97944bccf3eaf4 /httemplate/edit/cust_location.cgi
parent811e59bef46fb10d713f7ed5b81183ed1293072a (diff)
fix manual entry of census tract when editing location, #23643
Diffstat (limited to 'httemplate/edit/cust_location.cgi')
-rwxr-xr-xhttemplate/edit/cust_location.cgi5
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>