X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_bill_send_if_newest.pm;h=f946f7e2c6c8f5be7b82f324aced40e88745961c;hp=c744362ce31e6b3d708045a23c7622d053adbfd5;hb=39fe6499bd38e6e7c468f549b1d4919a7cf2c44d;hpb=eb3bd392a89b8b666dc512951e78913c05b98810 diff --git a/FS/FS/part_event/Action/cust_bill_send_if_newest.pm b/FS/FS/part_event/Action/cust_bill_send_if_newest.pm index c744362ce..f946f7e2c 100644 --- a/FS/FS/part_event/Action/cust_bill_send_if_newest.pm +++ b/FS/FS/part_event/Action/cust_bill_send_if_newest.pm @@ -12,6 +12,9 @@ sub description { # 1; #} +## declaring that this action will send out an invoice +sub will_send_invoice { 1; } + sub eventtable_hashref { { 'cust_bill' => 1 }; }