Bugzilla – Attachment 3579 Details for
Bug 4870
Damaged status does not prevent items from being selected for reserves
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for holds queue report generation
0001-Partial-fix-for-Bug-4870-Damaged-status-does-not-pre.patch (text/plain), 1.19 KB, created by
Owen Leonard
on 2011-03-31 16:50:38 UTC
(
hide
)
Description:
Patch for holds queue report generation
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-03-31 16:50:38 UTC
Size:
1.19 KB
patch
obsolete
>From c37d75926f431e1f3e6c59852a78a97fcf3b1c49 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 31 Mar 2011 12:44:17 -0400 >Subject: [PATCH] Partial fix for Bug 4870, Damaged status does not prevent items from being selected for reserves >Content-Type: text/plain; charset="utf-8" > >This patch changes the holds queue build process in order to >require that items not be damaged in order to appear in the >holds queue report. >--- > misc/cronjobs/holds/build_holds_queue.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/misc/cronjobs/holds/build_holds_queue.pl b/misc/cronjobs/holds/build_holds_queue.pl >index b02ab60..e91f635 100755 >--- a/misc/cronjobs/holds/build_holds_queue.pl >+++ b/misc/cronjobs/holds/build_holds_queue.pl >@@ -169,6 +169,7 @@ sub GetItemsAvailableToFillHoldRequestsForBib { > AND holdingbranch IS NOT NULL > AND itemlost = 0 > AND wthdrawn = 0 >+ AND damaged = 0 > AND items.onloan IS NULL > AND (itemtypes.notforloan IS NULL OR itemtypes.notforloan = 0) > AND itemnumber NOT IN ( >-- >1.7.3 >
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 4870
:
3579
|
3581