From b132af1852cba3679e29f6c2274215d8c237c290 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 6 Jun 2016 09:17:05 -0700 Subject: fix "Customer has automatic payment information" condition when migrated from v3 --- FS/FS/part_event/Condition/has_cust_payby_auto.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS/FS/part_event') 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'; -- cgit v1.1