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

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

Return to bug 28510