X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fhasnt_cust_payby_auto.pm;h=6e9eb122f98459d6daa43c25af4d2d6accada068;hb=459e2cda8a891cc062d39780991d631b6f2c6b6d;hp=6655a63d057da661b40ea02b5c3be1cc16bc5548;hpb=92c9e14aa28f017837fb94e4da1d9862e30b02f8;p=freeside.git diff --git a/FS/FS/part_event/Condition/hasnt_cust_payby_auto.pm b/FS/FS/part_event/Condition/hasnt_cust_payby_auto.pm index 6655a63d0..6e9eb122f 100644 --- a/FS/FS/part_event/Condition/hasnt_cust_payby_auto.pm +++ b/FS/FS/part_event/Condition/hasnt_cust_payby_auto.pm @@ -1,9 +1,8 @@ package FS::part_event::Condition::hasnt_cust_payby_auto; +use base qw( FS::part_event::Condition ); use strict; -use Tie::IxHash; - -use base qw( FS::part_event::Condition ); +use FS::Record qw(qsearch); sub description { 'Customer does not have automatic payment information';