X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fnotice.pm;h=4dd39339698609f06915d0a7cc633e4b8b542628;hp=7c8ed168233a5e8eea70da1197c59cac5a3bad05;hb=980069e7ae3d87b710c0fd044a06695822437987;hpb=e1cb134fa87a2a526694eca3fa862f262c916f56 diff --git a/FS/FS/part_event/Action/notice.pm b/FS/FS/part_event/Action/notice.pm index 7c8ed1682..4dd393396 100644 --- a/FS/FS/part_event/Action/notice.pm +++ b/FS/FS/part_event/Action/notice.pm @@ -7,12 +7,17 @@ use FS::msg_template; sub description { 'Email a notice to the customer\'s billing 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 { (