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

(-)a/reserve/modrequest.pl (-2 / +1 lines)
Lines 66-72 if ($CancelBorrowerNumber) { Link Here
66
# 2) Cancel or modify the queue list of reserves (without item linked)
66
# 2) Cancel or modify the queue list of reserves (without item linked)
67
else {
67
else {
68
    for (my $i=0;$i<$count;$i++){
68
    for (my $i=0;$i<$count;$i++){
69
        undef $itemnumber[$i] unless $itemnumber[$i] ne '';
69
        undef $itemnumber[$i] if !$itemnumber[$i];
70
        ModReserve({
70
        ModReserve({
71
            rank => $rank[$i],
71
            rank => $rank[$i],
72
            reserve_id => $reserve_id[$i],
72
            reserve_id => $reserve_id[$i],
73
- 

Return to bug 21036