From d2e75a0a9f47cfe1ecafce0fe8811dcb419d67d0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 6 Jun 2016 10:21:03 -0700 Subject: [PATCH] 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(-) 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 42f6d3582..f13b639ab 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'; -- 2.11.0