[freeside-commits] branch master updated. 8692ef291d699282bfaaa2c86f9662c8977c0ee9

Ivan ivan at 420.am
Thu Feb 11 14:39:13 PST 2016


The branch, master has been updated
       via  8692ef291d699282bfaaa2c86f9662c8977c0ee9 (commit)
      from  7a24977570328ce710e55d13cfd0fe5c5c40e67a (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 8692ef291d699282bfaaa2c86f9662c8977c0ee9
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 11 14:39:12 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