X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=fb4b153b2c15d9a4921d2bbea80596bc6bdba6a7;hp=2e8fe8159516f2cd8264c0d514ab4339c7068959;hb=368ed08e24400e9d1faf401a1e4e23ea54d2c969;hpb=3fc05ed5adb6cbfcd6aee27b2ae199cf95cd4224 diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 2e8fe8159..fb4b153b2 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -2064,7 +2064,7 @@ Returns a list: an empty list on success or a list of errors. sub unsuspend { my $self = shift; - grep { ($_->get('setup')) && $_->unsuspend } $self->suspended_pkgs; + grep { ($_->get('setup')) && $_->unsuspend } $self->suspended_pkgs(@_); } =item release_hold