X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fhas_cust_payby_auto.pm;fp=FS%2FFS%2Fpart_event%2FCondition%2Fhas_cust_payby_auto.pm;h=dce97df8f8c82350e98eed6e3816495283bd1aff;hb=56135d254ea247875ff0a3775a94dddb9ceb0490;hp=edfb7eccb962a4724f1c92860fba6582f41676ce;hpb=1ac6983f11ce30a2196ef5e44c051a34c776831f;p=freeside.git 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 edfb7eccb..dce97df8f 100644 --- a/FS/FS/part_event/Condition/has_cust_payby_auto.pm +++ b/FS/FS/part_event/Condition/has_cust_payby_auto.pm @@ -3,6 +3,7 @@ package FS::part_event::Condition::has_cust_payby_auto; use strict; use Tie::IxHash; use FS::payby; +use FS::Record qw(qsearch); use base qw( FS::part_event::Condition );