summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/bottomfixup.js
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-10-30 16:07:37 -0700
committerMark Wells <mark@freeside.biz>2015-10-30 16:07:37 -0700
commitc40f5c44646f53c43e2fed784d19c3cecdd7f8c7 (patch)
tree4a1ba0e21c50a01225df19e089102d13d4c366d4 /httemplate/edit/cust_main/bottomfixup.js
parentf2057c70368bbb0acbc098baabc14e44d8e57d56 (diff)
address standardization, part 2new_standardization
Diffstat (limited to 'httemplate/edit/cust_main/bottomfixup.js')
-rw-r--r--httemplate/edit/cust_main/bottomfixup.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/bottomfixup.js b/httemplate/edit/cust_main/bottomfixup.js
index 97816aad7..48da4e32f 100644
--- a/httemplate/edit/cust_main/bottomfixup.js
+++ b/httemplate/edit/cust_main/bottomfixup.js
@@ -5,7 +5,8 @@ my $conf = new FS::Conf;
my $company_latitude = $conf->config('company_latitude');
my $company_longitude = $conf->config('company_longitude');
-my @fixups = ('standardize_locations');
+my @fixups = ();
+# 'standardize_locations');
push @fixups, 'confirm_censustract_bill', 'confirm_censustract_ship'
if $conf->exists('cust_main-require_censustract');