X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_bill_send_with_notice.pm;h=efaa03537faeedf3bb2cc8d84811c1a45b3d78fe;hp=d2678fd8273ebc6ad07812eba4ce1b3b3cd8a83d;hb=980069e7ae3d87b710c0fd044a06695822437987;hpb=e1cb134fa87a2a526694eca3fa862f262c916f56 diff --git a/FS/FS/part_event/Action/cust_bill_send_with_notice.pm b/FS/FS/part_event/Action/cust_bill_send_with_notice.pm index d2678fd82..efaa03537 100644 --- a/FS/FS/part_event/Action/cust_bill_send_with_notice.pm +++ b/FS/FS/part_event/Action/cust_bill_send_with_notice.pm @@ -8,7 +8,15 @@ use MIME::Entity; sub description { 'Email a notice to the customer with invoice attached'; } sub eventtable_hashref { - { 'cust_bill' => 1 }; + { + '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 {