[freeside-commits] branch FREESIDE_4_BRANCH updated. b132af1852cba3679e29f6c2274215d8c237c290

Ivan ivan at 420.am
Mon Jun 6 09:17:06 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  b132af1852cba3679e29f6c2274215d8c237c290 (commit)
      from  28388a4676ab0429ce51ebf94caa37b86e806162 (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 b132af1852cba3679e29f6c2274215d8c237c290
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 6 09:17:05 2016 -0700

    fix "Customer has automatic payment information" condition when migrated from v3

diff --git a/FS/FS/part_event/Condition/has_cust_payby_auto.pm b/FS/FS/part_event/Condition/has_cust_payby_auto.pm
index 42f6d35..f13b639 100644
--- a/FS/FS/part_event/Condition/has_cust_payby_auto.pm
+++ b/FS/FS/part_event/Condition/has_cust_payby_auto.pm
@@ -4,7 +4,7 @@ use base qw( FS::part_event::Condition );
 use strict;
 use Tie::IxHash;
 use FS::payby;
-use FS::Record qw(qsearch);
+use FS::Record qw( qsearch dbh );
 
 sub description {
   'Customer has automatic payment information';

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_event/Condition/has_cust_payby_auto.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list