Bugzilla – Attachment 21329 Details for
Bug 8918
ILS-DI: HoldTitle and HoldItem do not calculate rank of hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8918: Fix the transit case in HoldItem
Bug-8918-Fix-the-transit-case-in-HoldItem.patch (text/plain), 644 bytes, created by
Julian Maurice
on 2013-09-23 07:37:56 UTC
(
hide
)
Description:
Bug 8918: Fix the transit case in HoldItem
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2013-09-23 07:37:56 UTC
Size:
644 bytes
patch
obsolete
>From 68f0b1d9693379a1eed146979a731c81fd895fa9 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 2 May 2013 07:19:06 +0000 >Subject: [PATCH] Bug 8918: Fix the transit case in HoldItem > >--- > C4/ILSDI/Services.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm >index 38b02c4..93facd4 100644 >--- a/C4/ILSDI/Services.pm >+++ b/C4/ILSDI/Services.pm >@@ -710,6 +710,8 @@ sub HoldItem { > $rank = '0'; > if ($item->{'holdingbranch'} eq $branch) { > $found = 'W'; >+ } else { >+ $found = 'T'; > } > } > >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8918
:
12810
|
13472
|
13565
|
15435
|
17376
|
17881
|
17882
|
17888
|
17889
|
17890
|
21328
|
21329
|
21330
|
22731
|
22732
|
24863
|
24864
|
24880
|
24881
|
24882
|
24883
|
24884
|
24885
|
24886
|
24887
|
24888
|
24920
|
25080
|
25081
|
25082
|
25083
|
25084
|
25118
|
25119
|
25139
|
25140
|
25141
|
25142
|
25143
|
25144