X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FCondition%2Fhas_cust_tag.pm;h=ea56bcd348142ca9406f4c9d6dfb0764801fea6e;hb=f794618852978efcb4d135d8748c9b34f8b0ab5e;hp=cde933881578ddff523b91f5ffe79bcccdfc362d;hpb=09bdd45e0a95601b7c51c5dbbef03793f320a61d;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..ea56bcd34 100644 --- a/FS/FS/part_event/Condition/has_cust_tag.pm +++ b/FS/FS/part_event/Condition/has_cust_tag.pm @@ -10,9 +10,12 @@ sub description { } 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, }; }