diff options
-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, }; } |