From d1ef14dc43b37960ce08aae9b795b593a24cdc15 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 18 Jun 2013 23:24:17 -0700 Subject: fix manual entry of census tract when editing location, #23643 --- httemplate/edit/cust_location.cgi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/edit') 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, &> @@ -31,6 +32,10 @@ function go() { document.EditLocationForm.submit(); % } } + +function submit_abort() { + nd(1); +} -- cgit v1.2.1