X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fhas_cust_tag.pm;h=0ca5ef5dd155dd4ef0f1b043ae3210bd1a064fde;hb=31dadb4ddfbf29d7814f47a02142795f47a208ad;hp=8a2df147922646671fdf12e38b88822bf02d4c56;hpb=fda233be92d8f0b22a77ce9682e6a10bf8553586;p=freeside.git diff --git a/FS/FS/part_event/Condition/has_cust_tag.pm b/FS/FS/part_event/Condition/has_cust_tag.pm index 8a2df1479..0ca5ef5dd 100644 --- a/FS/FS/part_event/Condition/has_cust_tag.pm +++ b/FS/FS/part_event/Condition/has_cust_tag.pm @@ -1,9 +1,8 @@ package FS::part_event::Condition::has_cust_tag; +use base qw( FS::part_event::Condition ); use strict; - -use base qw( FS::part_event::Condition ); -use FS::Record qw( qsearch ); +#use FS::Record qw( qsearch ); sub description { 'Customer has tag',