@@ -, +, @@ --- C4/ILSDI/Services.pm | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- a/C4/ILSDI/Services.pm +++ a/C4/ILSDI/Services.pm @@ -713,6 +713,8 @@ sub HoldItem { $rank = '0'; if ($item->{'holdingbranch'} eq $branch) { $found = 'W'; + } else { + $found = 'T'; } } --