[open-ils-commits] [GIT] Evergreen ILS branch rel_2_5 updated. 5fb2b23a3934e6a009c0c88dabcd1e05e7e063af

Evergreen Git git at git.evergreen-ils.org
Wed Aug 27 00:40:28 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_5 has been updated
       via  5fb2b23a3934e6a009c0c88dabcd1e05e7e063af (commit)
      from  6297e1441f8b8f9082e7040fe122393c1b2801dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5fb2b23a3934e6a009c0c88dabcd1e05e7e063af
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Fri Apr 18 09:46:13 2014 -0400

    LP#1277551: Limit simplified pull list to available copies
    
    Copies that are targeted by a hold but are not in available or reshelving
    statuses should not show up on a pull list.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Michele Morgan <mmorgan at noblenet.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 13570f9..68253f9 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -5332,7 +5332,8 @@ SELECT  usr,
 			ahr.capture_time IS NULL AND
 			ahr.cancel_time IS NULL AND
 			csp.id IS NULL AND
-			(ahr.expire_time is NULL OR ahr.expire_time > NOW())
+			(ahr.expire_time is NULL OR ahr.expire_time > NOW()) AND
+			acp.status IN (0,7)
 		]]></oils_persist:source_definition>
 		<fields oils_persist:primary="id">
 			<field reporter:label="Status" name="status" oils_persist:virtual="true" />

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/fm_IDL.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list