[open-ils-commits] [GIT] Evergreen ILS branch master updated. 58b95737d55970f9b12c3bf805c198f99aeeb3c1

Evergreen Git git at git.evergreen-ils.org
Fri Jul 27 12:45:11 EDT 2018


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, master has been updated
       via  58b95737d55970f9b12c3bf805c198f99aeeb3c1 (commit)
      from  15c4db3b46d7c279ce5552ad55b08d3fe861bfb0 (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 58b95737d55970f9b12c3bf805c198f99aeeb3c1
Author: John Yorio <jyorio at equinoxinitiative.org>
Date:   Tue May 22 09:05:46 2018 -0400

    LP#1193446: circ.staff.max_visible_event_age setting
    
    Signed-off-by: John Yorio <jyorio at equinoxinitiative.org>
    Signed-off-by: Rogan Hamby <rogan.hamby at gmail.com>
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index aae6422..5d7be8c 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -1515,7 +1515,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 			(ath.core_type = 'circ' AND targ_circ.id = atev.target)
 		LEFT JOIN action.hold_request targ_ahr ON
 			(ath.core_type = 'ahr' AND targ_ahr.id = atev.target)
-		WHERE atev.add_time > NOW() - (SELECT MAX(value) FROM (
+		WHERE atev.add_time > NOW() - (SELECT MIN(value) FROM (
 			SELECT value::INTERVAL FROM actor.org_unit_ancestor_setting(
 				'circ.staff.max_visible_event_age',
 				COALESCE(targ_circ.circ_lib, targ_ahr.pickup_lib)

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list