1 package FS::part_event::Action::cust_bill_send;
4 use base qw( FS::part_event::Action );
6 sub description { 'Send invoice (email/print/fax)'; }
8 sub eventtable_hashref {
14 'modenum' => { label => 'Invoice mode',
15 type => 'select-invoice_mode',
20 sub default_weight { 50; }
23 my( $self, $cust_bill ) = @_;
25 $cust_bill->set('mode' => $self->option('modenum'));