From d9baa1b16a6419108ab98d40bd05b1d62f1551bb Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 20 Aug 2009 09:55:58 +0000 Subject: [PATCH] allow generic conditions for cust_statement, RT#4860 --- FS/FS/part_event/Condition.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FS/FS/part_event/Condition.pm b/FS/FS/part_event/Condition.pm index 544b560b6..ddd8a616f 100644 --- a/FS/FS/part_event/Condition.pm +++ b/FS/FS/part_event/Condition.pm @@ -41,6 +41,7 @@ of eventtables (values set true indicate the condition can be tested): 'cust_bill' => 1, 'cust_pkg' => 0, 'cust_pay_batch' => 0, + 'cust_statement' => 0, }; } @@ -52,6 +53,7 @@ sub eventtable_hashref { 'cust_bill' => 1, 'cust_pkg' => 1, 'cust_pay_batch' => 1, + 'cust_statement' => 1, }; } -- 2.11.0