X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fnotice_to.pm;h=dee293b706cbd433c43f2bc83cc3f7baeeb5af05;hp=d300e338532d3d21d9c07a5444c10ce243805e9c;hb=980069e7ae3d87b710c0fd044a06695822437987;hpb=e1cb134fa87a2a526694eca3fa862f262c916f56 diff --git a/FS/FS/part_event/Action/notice_to.pm b/FS/FS/part_event/Action/notice_to.pm index d300e3385..dee293b70 100644 --- a/FS/FS/part_event/Action/notice_to.pm +++ b/FS/FS/part_event/Action/notice_to.pm @@ -7,12 +7,17 @@ use FS::msg_template; sub description { 'Email a notice to a specific address'; } -#sub eventtable_hashref { -# { 'cust_main' => 1, -# 'cust_bill' => 1, -# 'cust_pkg' => 1, -# }; -#} +sub eventtable_hashref { + { + 'cust_main' => 1, + 'cust_bill' => 1, + 'cust_pkg' => 1, + 'cust_pay' => 1, + 'cust_pay_batch' => 1, + 'cust_statement' => 1, + 'svc_acct' => 1, + }; +} sub option_fields { (