This commit was generated by cvs2svn to compensate for changes in r12472,
[freeside.git] / FS / FS / part_event / Action / suspend.pm
index ec440ff..ea79574 100644 (file)
@@ -3,9 +3,7 @@ package FS::part_event::Action::suspend;
 use strict;
 use base qw( FS::part_event::Action );
 
-sub description {
-  'Suspend';
-}
+sub description { 'Suspend all of this customer\'s packages'; }
 
 sub option_fields {
   ( 
@@ -14,12 +12,10 @@ sub option_fields {
                      'reason_class' => 'S',
                    },
   );
-};
-
-sub default_weight {
-  10;
 }
 
+sub default_weight { 10; }
+
 sub do_action {
   my( $self, $cust_object ) = @_;