X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fnotice_to.pm;h=565d169b00790238071873922c84c4052b230cea;hb=bcc11e8b99854452cdccd9406918c015bee784cb;hp=d300e338532d3d21d9c07a5444c10ce243805e9c;hpb=9e92a2d4f301066b672be636e51552bbab9d0d27;p=freeside.git diff --git a/FS/FS/part_event/Action/notice_to.pm b/FS/FS/part_event/Action/notice_to.pm index d300e3385..565d169b0 100644 --- a/FS/FS/part_event/Action/notice_to.pm +++ b/FS/FS/part_event/Action/notice_to.pm @@ -7,18 +7,24 @@ 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 { ( - 'to' => { 'label' => 'Destination', - 'type' => 'text', - 'size' => 30, + 'to' => { 'label' => 'Destination', + 'type' => 'text', + 'size' => 30, + 'validation' => 'ut_email', }, 'msgnum' => { 'label' => 'Template', 'type' => 'select-table',