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

(-)a/C4/HoldsQueue.pm (-7 / +1 lines)
Lines 600-611 sub MapItemsToHoldRequests { Link Here
600
        }
600
        }
601
601
602
        unless ($itemnumber) {
602
        unless ($itemnumber) {
603
            # not found yet, fall back to basics
603
            $pull_branches = [keys %items_by_branch];
604
            if ($branches_to_use) {
605
                $pull_branches = $branches_to_use;
606
            } else {
607
                $pull_branches = [keys %items_by_branch];
608
            }
609
604
610
            # Try picking items where the home and pickup branch match first
605
            # Try picking items where the home and pickup branch match first
611
            PULL_BRANCHES:
606
            PULL_BRANCHES:
612
- 

Return to bug 28510