RT# 76303 - added tag options to payments, batch payments, and statement billing...
[freeside.git] / FS / FS / part_event / Condition / has_cust_tag.pm
index 79bf2d3..8a2df14 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,
     };
 }