diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-08-03 15:18:35 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-03 15:18:35 -0400 |
commit | a9e3c2ea4635e066f1aabcac4a91ee75cdf22ebd (patch) | |
tree | 51f7f9bd7c6584b5d219c411c68e34b2ea0dff0f | |
parent | cd6a235b511326103b31cb4453b4c90fffbcddbf (diff) |
RT# 75595 - made it only available for cust_pkg
-rw-r--r-- | FS/FS/part_event/Condition/pkg_contract_date.pm | 6 |
1 files changed, 1 insertions, 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, }; } |