X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_statement_send.pm;h=67a94aaa1472746db3bf86ec5f5032f11feeb8d3;hb=cd3719db530b4bffc1f2fe860bbc7a52f4b2235c;hp=74cc48ca8e94df7a6c01ae6ef8f46f5953bca8b0;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git diff --git a/FS/FS/part_event/Action/cust_statement_send.pm b/FS/FS/part_event/Action/cust_statement_send.pm index 74cc48ca8..67a94aaa1 100644 --- a/FS/FS/part_event/Action/cust_statement_send.pm +++ b/FS/FS/part_event/Action/cust_statement_send.pm @@ -19,7 +19,8 @@ sub default_weight { sub do_action { my( $self, $cust_statement ) = @_; - $cust_statement->send( 'statement' ); #XXX configure + $cust_statement->send( 'template' => 'statement' ); #XXX configure + #XXX use an invoice mode? }