diff options
author | Mark Wells <mark@freeside.biz> | 2013-08-24 15:43:08 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-08-24 15:43:08 -0700 |
commit | 60724f233fbeb9388f4b2cbb68a4e6297c2b2118 (patch) | |
tree | 1388b01758c47e914db4056e8d35997861a041ae /bin/test_scrub | |
parent | 23f2db6452f097640447b9b35dd106f408dbc20b (diff) |
CCH taxes with new customer locations, #21485
Diffstat (limited to 'bin/test_scrub')
-rw-r--r-- | bin/test_scrub | 7 |
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); } |