Bugzilla – Attachment 29912 Details for
Bug 12287
Hold priority for new hold incorrect if record has holds in transit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12287: At the moment, found is 'W', 'T' or NULL
Bug-12287-At-the-moment-found-is-W-T-or-NULL.patch (text/plain), 851 bytes, created by
Jonathan Druart
on 2014-07-21 08:05:35 UTC
(
hide
)
Description:
Bug 12287: At the moment, found is 'W', 'T' or NULL
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-07-21 08:05:35 UTC
Size:
851 bytes
patch
obsolete
>From c33c30a7afd878325749a035ebd29af6b256a657 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 21 Jul 2014 10:04:06 +0200 >Subject: [PATCH] Bug 12287: At the moment, found is 'W', 'T' or NULL > >Just add a small comment to avoid any further ambiguity. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > reserve/request.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reserve/request.pl b/reserve/request.pl >index eb11768..e3cb3e3 100755 >--- a/reserve/request.pl >+++ b/reserve/request.pl >@@ -203,7 +203,7 @@ foreach my $biblionumber (@biblionumbers) { > my $alreadyreserved = 0; > > foreach my $res (@$reserves) { >- if ( defined $res->{found} ) { >+ if ( defined $res->{found} ) { # found can be 'W' or 'T' > $count--; > } > >-- >2.0.0.rc2
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 12287
:
28328
|
28634
|
29911
| 29912