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

(-)a/C4/ILSDI/Services.pm (-1 / +2 lines)
Lines 710-715 sub HoldItem { Link Here
710
        $rank = '0';
710
        $rank = '0';
711
        if ($item->{'holdingbranch'} eq $branch) {
711
        if ($item->{'holdingbranch'} eq $branch) {
712
            $found = 'W';
712
            $found = 'W';
713
        } else {
714
            $found = 'T';
713
        }
715
        }
714
    }
716
    }
715
717
716
- 

Return to bug 8918