referral credits overhaul, use billing events, agents can self-configure, limit to...
[freeside.git] / FS / FS / part_event / Action / cust_bill_send.pm
index 9330c61..663caf1 100644 (file)
@@ -3,17 +3,13 @@ package FS::part_event::Action::cust_bill_send;
 use strict;
 use base qw( FS::part_event::Action );
 
-sub description {
-  'Send invoice (email/print/fax)';
-}
+sub description { 'Send invoice (email/print/fax)'; }
 
 sub eventtable_hashref {
   { 'cust_bill' => 1 };
 }
 
-sub default_weight {
-  50;
-}
+sub default_weight { 50; }
 
 sub do_action {
   my( $self, $cust_bill ) = @_;