X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_bill_send_with_notice.pm;h=d015940cd71d3d9c9c933b5cf8783f78990bdd54;hb=39fe6499bd38e6e7c468f549b1d4919a7cf2c44d;hp=efaa03537faeedf3bb2cc8d84811c1a45b3d78fe;hpb=d03d9432be02de2abb9ff3d978ad1bdd67ea89d9;p=freeside.git 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 efaa03537..d015940cd 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 @@ -7,6 +7,9 @@ use MIME::Entity; sub description { 'Email a notice to the customer with invoice attached'; } +## declaring that this action will send out an invoice +sub will_send_invoice { 1; } + sub eventtable_hashref { { 'cust_main' => 1,