X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fcust_statement_send.pm;h=74cc48ca8e94df7a6c01ae6ef8f46f5953bca8b0;hb=f2766e203e1aa144d046a26cf13e01e1f5b00f64;hp=34f023e0c8b7b86cbfb716531a8af517285f02af;hpb=5c35f5323f1cdcf7eabe6632d0352ea417d3047e;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 34f023e0c..74cc48ca8 100644 --- a/FS/FS/part_event/Action/cust_statement_send.pm +++ b/FS/FS/part_event/Action/cust_statement_send.pm @@ -19,7 +19,7 @@ sub default_weight { sub do_action { my( $self, $cust_statement ) = @_; - $cust_statement->send; + $cust_statement->send( 'statement' ); #XXX configure }