From: ivan Date: Thu, 20 Aug 2009 09:55:58 +0000 (+0000) Subject: allow generic conditions for cust_statement, RT#4860 X-Git-Tag: root_of_svc_elec_features~904 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d9baa1b16a6419108ab98d40bd05b1d62f1551bb allow generic conditions for cust_statement, RT#4860 --- 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, }; }