From 9795489fc19bf7be914d95a0c8dba71361ea327e Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 3 Aug 2017 15:18:35 -0400 Subject: [PATCH] RT# 75595 - made it only available for cust_pkg --- FS/FS/part_event/Condition/pkg_contract_date.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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, }; } -- 2.11.0