time/data/etc. unit pricing add-ons, RT#24392
[freeside.git] / httemplate / edit / cust_location.cgi
index b90ba66..774b667 100755 (executable)
@@ -18,6 +18,8 @@ ACTION="<% $p %>edit/process/cust_location.cgi" METHOD=POST>
 <& /elements/standardize_locations.html,
             'form'          => 'EditLocationForm',
             'callback'      => 'document.EditLocationForm.submit();',
+            'with_census'   => 1,
+            'with_census_functions' => 1,
 &>
 </TABLE>
 
@@ -31,6 +33,10 @@ function go() {
     document.EditLocationForm.submit();
 % }
 }
+
+function submit_abort() {
+  nd(1);
+}
 </SCRIPT>
 <INPUT TYPE="button" NAME="submitButton" VALUE="Submit" onclick="go()">
 </FORM>