From: Ivan Kohler Date: Thu, 11 Feb 2016 22:39:13 +0000 (-0800) Subject: 4.x update for test_scrub, RT#32043 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=dee32117bf096e0a2e5014243b5a54ec9c1e0ac4 4.x update for test_scrub, RT#32043 --- diff --git a/bin/test_scrub b/bin/test_scrub index e39a28a4e..ef1571415 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 )) {