summaryrefslogtreecommitdiff
path: root/bin/test_scrub
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-08-24 15:43:08 -0700
committerMark Wells <mark@freeside.biz>2013-08-24 15:43:08 -0700
commit60724f233fbeb9388f4b2cbb68a4e6297c2b2118 (patch)
tree1388b01758c47e914db4056e8d35997861a041ae /bin/test_scrub
parent23f2db6452f097640447b9b35dd106f408dbc20b (diff)
CCH taxes with new customer locations, #21485
Diffstat (limited to 'bin/test_scrub')
-rw-r--r--bin/test_scrub7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/test_scrub b/bin/test_scrub
index 88edc335b..45a257ab9 100644
--- a/bin/test_scrub
+++ b/bin/test_scrub
@@ -42,10 +42,17 @@ my $dsth = dbh->prepare("DELETE FROM cust_main_invoice WHERE dest != 'POST'")
or die dbh->errstr;
$dsth->execute or die $dsth->errstr;
+my $sth = dbh->prepare("UPDATE part_event SET disabled = 'Y'");
+$sth->execute or die $sth->errstr;
+
my $conf = new FS::Conf;
foreach my $item (qw(
business-onlinepayment
business-onlinepayment-ach
+ dump-localdest
+ dump-scpdest
+ cust_bill-ftp_spool
+ smtpmachine
)) {
$conf->delete($item);
}