referral credits overhaul, use billing events, agents can self-configure, limit to...
[freeside.git] / FS / FS / part_event / Action / fee.pm
index 81a8449..3cf50fb 100644 (file)
@@ -3,21 +3,17 @@ package FS::part_event::Action::fee;
 use strict;
 use base qw( FS::part_event::Action );
 
-sub description {
-  'Late fee (flat)';
-}
+sub description { 'Late fee (flat)'; }
 
 sub option_fields {
   ( 
     'charge' => { label=>'Amount', type=>'money', }, # size=>7, },
     'reason' => 'Reason',
   );
-};
-
-sub default_weight {
-  10;
 }
 
+sub default_weight { 10; }
+
 sub do_action {
   my( $self, $cust_object ) = @_;