X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_bill_print.pm;h=4c1311fc135f305cf4a69fc33d0eda986bf5a68a;hp=e6a27a34e6403e0f1ab4ff1304513445097a0042;hb=39fe6499bd38e6e7c468f549b1d4919a7cf2c44d;hpb=11df448ba461eed4d33fded0f21ed15c155a7896 diff --git a/FS/FS/part_event/Action/cust_bill_print.pm b/FS/FS/part_event/Action/cust_bill_print.pm index e6a27a34e..4c1311fc1 100644 --- a/FS/FS/part_event/Action/cust_bill_print.pm +++ b/FS/FS/part_event/Action/cust_bill_print.pm @@ -5,6 +5,9 @@ use base qw( FS::part_event::Action ); sub description { 'Send invoice (print only)'; } +## declaring that this action will send out an invoice +sub will_send_invoice { 1; } + sub eventtable_hashref { { 'cust_bill' => 1 }; }