[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 9689fc182c45921f1401e0968f37848f90bc2ea8

Evergreen Git git at git.evergreen-ils.org
Fri Jul 27 12:45:35 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, rel_3_1 has been updated
       via  9689fc182c45921f1401e0968f37848f90bc2ea8 (commit)
      from  2a25da596ff04b00c54976013ff4517a99652b11 (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 9689fc182c45921f1401e0968f37848f90bc2ea8
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 b272b9f..b200065 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