View | Details | Raw Unified | Return to bug 5032
Collapse All | Expand All

(-)a/serials/subscription-detail.pl (-4 lines)
Lines 93-101 if ($op eq 'del') { Link Here
93
    }
93
    }
94
}
94
}
95
my $hasRouting = check_routing($subscriptionid);
95
my $hasRouting = check_routing($subscriptionid);
96
my ($totalissues,@serialslist) = GetSerials($subscriptionid);
97
$totalissues-- if $totalissues; # the -1 is to have 0 if this is a new subscription (only 1 issue)
98
# the subscription must be deletable if there is NO issues for a reason or another (should not happend, but...)
99
96
100
my ($user, $sessionID, $flags);
97
my ($user, $sessionID, $flags);
101
($user, $cookie, $sessionID, $flags)
98
($user, $cookie, $sessionID, $flags)
102
- 

Return to bug 5032