X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fhas_pkg_class.pm;h=dacb5626b40f050961936e5fec3e5bd3e75b5013;hp=59a3675c31407fa16e93f3c0d7089e2aaab6c736;hb=546f156e3b10675045dadd5ee058a7cb4ed5cdc4;hpb=0630efac112baae897d0097f915f3bf87c579b61 diff --git a/FS/FS/part_event/Condition/has_pkg_class.pm b/FS/FS/part_event/Condition/has_pkg_class.pm index 59a3675c3..dacb5626b 100644 --- a/FS/FS/part_event/Condition/has_pkg_class.pm +++ b/FS/FS/part_event/Condition/has_pkg_class.pm @@ -1,11 +1,8 @@ package FS::part_event::Condition::has_pkg_class; +use base qw( FS::part_event::Condition ); use strict; -use base qw( FS::part_event::Condition ); -use FS::Record qw( qsearch ); -use FS::pkg_class; - sub description { 'Customer has uncancelled package with class'; }