[Koha-patches] [PATCH] Bug 5032 Remove duplicate code

Colin Campbell colin.campbell at ptfs-europe.com
Sun Jul 18 18:05:55 CEST 2010


Two duplicate calls to GetSerials appear to have been merged in
to no purpose other than to generate warnings
---
 serials/subscription-detail.pl |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/serials/subscription-detail.pl b/serials/subscription-detail.pl
index b6538fe..7324d59 100755
--- a/serials/subscription-detail.pl
+++ b/serials/subscription-detail.pl
@@ -93,9 +93,6 @@ if ($op eq 'del') {
     }
 }
 my $hasRouting = check_routing($subscriptionid);
-my ($totalissues, at serialslist) = GetSerials($subscriptionid);
-$totalissues-- if $totalissues; # the -1 is to have 0 if this is a new subscription (only 1 issue)
-# the subscription must be deletable if there is NO issues for a reason or another (should not happend, but...)
 
 my ($user, $sessionID, $flags);
 ($user, $cookie, $sessionID, $flags)
-- 
1.7.1.1



More information about the Koha-patches mailing list