X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_event%2FCondition%2Fhas_pkg_class.pm;h=dacb5626b40f050961936e5fec3e5bd3e75b5013;hb=5b9b7115b1b858bbe0ed1f8af08781d3b1394a33;hp=59a3675c31407fa16e93f3c0d7089e2aaab6c736;hpb=1e34f4a5d142bd58f5918219db0931e81ad0418e;p=freeside.git 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'; }