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

(-)a/reserve/placerequest.pl (-1 / +1 lines)
Lines 70-75 my $found; Link Here
70
# if we have an item selectionned, and the pickup branch is the same as the holdingbranch
70
# if we have an item selectionned, and the pickup branch is the same as the holdingbranch
71
# of the document, we force the value $rank and $found .
71
# of the document, we force the value $rank and $found .
72
if (defined $checkitem && $checkitem ne ''){
72
if (defined $checkitem && $checkitem ne ''){
73
    $holds_to_place_count = 1;
73
    $rank[0] = '0' unless C4::Context->preference('ReservesNeedReturns');
74
    $rank[0] = '0' unless C4::Context->preference('ReservesNeedReturns');
74
    my $item = $checkitem;
75
    my $item = $checkitem;
75
    $item = GetItem($item);
76
    $item = GetItem($item);
76
- 

Return to bug 14695