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:29:14 -0400 |
commit | 31d0df02bc7a1a21b9a9489488c8e19a5d485c65 (patch) | |
tree | 6c661cea2e058a759cf31595af87c2b8637f2067 | |
parent | 55a8560e2ef2c42d11460d882d2751f0bcad3d6f (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, }; } |