diff options
| author | ivan <ivan> | 2011-01-20 05:23:03 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-01-20 05:23:03 +0000 |
| commit | 505d7475981cf60649242c17d6f9e7fffb17852d (patch) | |
| tree | 72cc454c3f7905e18740c67ec4e89b738d6e6482 | |
| parent | a51884c1af54c847fd3c1a2186955bfb60efff5f (diff) | |
fix cancelling services on exspirations, RT#11269
| -rw-r--r-- | FS/FS/cust_pkg.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index fb376828c..74698c427 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -748,7 +748,6 @@ sub cancel { } } - my %svc; unless ( $date ) { foreach my $cust_svc ( |
