summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-19 15:29:44 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-19 15:29:44 -0700
commitb5c544bc1897ef759e5d198aff3bf173247de1bf (patch)
tree894c4ad1e04ce038e192281a9297d3bbc2594632 /httemplate/edit
parentc5b04776fb253b2077951ed3641d7b7d36258391 (diff)
parent5778beb6849b2383068aa7c627e6968fe92419eb (diff)
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/edit')
-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>