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

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

Return to bug 14695