import torrus 1.0.9
[freeside.git] / FS / FS / part_event / Action / cust_bill_send_alternate.pm
index 6afb89a..cfd9264 100644 (file)
@@ -3,9 +3,7 @@ package FS::part_event::Action::cust_bill_send_alternate;
 use strict;
 use base qw( FS::part_event::Action );
 
-sub description {
-  'Send invoice (email/print/fax) with alternate template';
-}
+sub description { 'Send invoice (email/print/fax) with alternate template'; }
 
 sub eventtable_hashref {
   { 'cust_bill' => 1 };
@@ -19,9 +17,7 @@ sub option_fields {
   );
 }
 
-sub default_weight {
-  50;
-}
+sub default_weight { 50; }
 
 sub do_action {
   my( $self, $cust_bill ) = @_;