Bugzilla – Attachment #17881: Bug 8918: Fix the transit case in HoldItem for
bug #8918
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 8918
Collapse All
|
Expand All
(-)
a/C4/ILSDI/Services.pm (-1 / +2 lines)
Lines 713-718 sub HoldItem {
Link Here
713
$rank = '0';
713
$rank = '0';
714
if ($item->{'holdingbranch'} eq $branch) {
714
if ($item->{'holdingbranch'} eq $branch) {
715
$found = 'W';
715
$found = 'W';
716
} else {
717
$found = 'T';
716
}
718
}
717
}
719
}
718
720
719
-
Return to
bug 8918