X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_event%2FCondition%2Fhas_cust_tag.pm;h=0ca5ef5dd155dd4ef0f1b043ae3210bd1a064fde;hb=a9e3c2ea4635e066f1aabcac4a91ee75cdf22ebd;hp=cde933881578ddff523b91f5ffe79bcccdfc362d;hpb=f84937b2a6cc6ba63cdab177866b1417c32b1028;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 cde933881..0ca5ef5dd 100644 --- a/FS/FS/part_event/Condition/has_cust_tag.pm +++ b/FS/FS/part_event/Condition/has_cust_tag.pm @@ -1,22 +1,23 @@ 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', } sub eventtable_hashref { - { 'cust_main' => 1, - 'cust_bill' => 1, - 'cust_pkg' => 1, + { 'cust_main' => 1, + 'cust_bill' => 1, + 'cust_pkg' => 1, + 'cust_pay' => 1, + 'cust_pay_batch' => 1, + 'cust_statement' => 1, }; } -#something like this sub option_fields { ( 'tagnum' => { 'label' => 'Customer tag',