diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-19 15:29:55 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-19 15:29:55 -0700 |
commit | a6dd5bc6ba6c655b1707a016db4e97e269b718e5 (patch) | |
tree | a25c54ef8ae298779547a698ca23878cd4bb4870 /httemplate/edit | |
parent | 66906f54d1099dcae84e69240c3a16bc9a82c37f (diff) | |
parent | b75f93f4842bcbb89fc220dba0291ede4d8af300 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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> |