From: Christopher Burger Date: Thu, 3 Aug 2017 19:18:35 +0000 (-0400) Subject: RT# 75595 - made it only available for cust_pkg X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9795489fc19bf7be914d95a0c8dba71361ea327e RT# 75595 - made it only available for cust_pkg --- diff --git a/FS/FS/part_event/Condition/pkg_contract_date.pm b/FS/FS/part_event/Condition/pkg_contract_date.pm index 2bf791aba..9cb75f60d 100644 --- a/FS/FS/part_event/Condition/pkg_contract_date.pm +++ b/FS/FS/part_event/Condition/pkg_contract_date.pm @@ -8,12 +8,8 @@ sub description { } sub eventtable_hashref { - { 'cust_main' => 1, - 'cust_bill' => 1, + { 'cust_pkg' => 1, - 'cust_pay' => 1, - 'cust_pay_batch' => 1, - 'cust_statement' => 1, }; }