RT# 76303 - added tag options to payments, batch payments, and statement billing...
authorChristopher Burger <burgerc@freeside.biz>
Tue, 27 Jun 2017 17:58:13 +0000 (13:58 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Wed, 12 Jul 2017 19:01:22 +0000 (15:01 -0400)
FS/FS/part_event/Condition/has_cust_tag.pm
FS/FS/part_event/Condition/hasnt_cust_tag.pm

index cde9338..ea56bcd 100644 (file)
@@ -10,9 +10,12 @@ sub description {
 }
 
 sub eventtable_hashref {
-    { 'cust_main' => 1,
-      'cust_bill' => 1,
-      'cust_pkg'  => 1,
+    { 'cust_main'      => 1,
+      'cust_bill'      => 1,
+      'cust_pkg'       => 1,
+      'cust_pay'       => 1,
+      'cust_pay_batch' => 1,
+      'cust_statement' => 1,
     };
 }
 
index e56151d..d69f1b1 100644 (file)
@@ -9,9 +9,12 @@ sub description {
 }
 
 sub eventtable_hashref {
-    { 'cust_main' => 1,
-      'cust_bill' => 1,
-      'cust_pkg'  => 1,
+    { 'cust_main'      => 1,
+      'cust_bill'      => 1,
+      'cust_pkg'       => 1,
+      'cust_pay'       => 1,
+      'cust_pay_batch' => 1,
+      'cust_statement' => 1,
     };
 }