4.x update for test_scrub, RT#32043
authorIvan Kohler <ivan@freeside.biz>
Thu, 11 Feb 2016 22:39:12 +0000 (14:39 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 11 Feb 2016 22:39:12 +0000 (14:39 -0800)
bin/test_scrub

index e39a28a..ef15714 100644 (file)
@@ -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
 )) {