import torrus 1.0.9
[freeside.git] / FS / FS / part_event / Action / cust_bill_comp.pm
index 636a66d..76fd274 100644 (file)
@@ -3,21 +3,15 @@ package FS::part_event::Action::cust_bill_comp;
 use strict;
 use base qw( FS::part_event::Action );
 
-sub description {
-  'Pay invoice with a complimentary "payment"';
-}
+sub description { 'Pay invoice with a complimentary "payment"'; }
 
-sub deprecated {
-  1;
-}
+sub deprecated { 1; }
 
 sub eventtable_hashref {
   { 'cust_bill' => 1 };
 }
 
-sub default_weight {
-  30;
-}
+sub default_weight { 30; }
 
 sub do_action {
   my( $self, $cust_bill ) = @_;