1 package FS::part_event::Action::cust_statement_send;
5 use base qw( FS::part_event::Action );
8 'Send statement (email/print/fax)';
11 sub eventtable_hashref {
12 { 'cust_statement' => 1, };
20 my( $self, $cust_statement ) = @_;
22 $cust_statement->send( 'template' => 'statement' ); #XXX configure
23 #XXX use an invoice mode?