diff options
| author | ivan <ivan> | 2011-02-23 22:00:26 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2011-02-23 22:00:26 +0000 | 
| commit | 0ab9403d57a7b07d3f8369e5c6fe6eb0c4668b57 (patch) | |
| tree | 9ca8f15d97b217d403439bcf95026e2ae06157e2 | |
| parent | ebe7e03ae621fd4d43e9f67f2b3077520e523fce (diff) | |
and update suspend label in light of pkg_suspend, RT#11540
| -rw-r--r-- | FS/FS/part_event/Action/suspend.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Action/suspend.pm b/FS/FS/part_event/Action/suspend.pm index c77728e61..ea795748e 100644 --- a/FS/FS/part_event/Action/suspend.pm +++ b/FS/FS/part_event/Action/suspend.pm @@ -3,7 +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 {    (   | 
