RT# 75595 - made it only available for cust_pkg
authorChristopher Burger <burgerc@freeside.biz>
Thu, 3 Aug 2017 19:18:35 +0000 (15:18 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Thu, 3 Aug 2017 19:18:35 +0000 (15:18 -0400)
FS/FS/part_event/Condition/pkg_contract_date.pm

index 2bf791a..9cb75f6 100644 (file)
@@ -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,
     };
 }