summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-11 14:39:12 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-11 14:39:12 -0800
commit8692ef291d699282bfaaa2c86f9662c8977c0ee9 (patch)
treed60f0690fb85a1d9fdc8c3b938fd254dbe3e1686 /bin
parent7a24977570328ce710e55d13cfd0fe5c5c40e67a (diff)
4.x update for test_scrub, RT#32043
Diffstat (limited to 'bin')
-rw-r--r--bin/test_scrub2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test_scrub b/bin/test_scrub
index e39a28a..ef15714 100644
--- a/bin/test_scrub
+++ b/bin/test_scrub
@@ -43,7 +43,7 @@ my $dsth = dbh->prepare("DELETE FROM cust_main_invoice WHERE dest != 'POST'")
or die dbh->errstr;
$dsth->execute or die $dsth->errstr;
-foreach my $table (qw( cust_main
+foreach my $table (qw( cust_main cust_payby
cust_pay_pending cust_pay cust_pay_void cust_pay_batch
cust_refund
)) {