[freeside-commits] branch FREESIDE_4_BRANCH updated. dee32117bf096e0a2e5014243b5a54ec9c1e0ac4
Ivan
ivan at 420.am
Thu Feb 11 14:39:14 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via dee32117bf096e0a2e5014243b5a54ec9c1e0ac4 (commit)
from 13853c927c908a24dac994d57c1f63572e316253 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dee32117bf096e0a2e5014243b5a54ec9c1e0ac4
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Feb 11 14:39:13 2016 -0800
4.x update for test_scrub, RT#32043
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
)) {
-----------------------------------------------------------------------
Summary of changes:
bin/test_scrub | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list