projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f4113a
)
LP#1193446: circ.staff.max_visible_event_age setting
user/jyorio/triggered_events_display_fix
author
John Yorio
<jyorio@equinoxinitiative.org>
Tue, 22 May 2018 13:05:46 +0000
(09:05 -0400)
committer
John Yorio
<jyorio@equinoxinitiative.org>
Tue, 22 May 2018 13:05:46 +0000
(09:05 -0400)
Signed-off-by: John Yorio <jyorio@equinoxinitiative.org>
Open-ILS/examples/fm_IDL.xml
patch
|
blob
|
history
diff --git
a/Open-ILS/examples/fm_IDL.xml
b/Open-ILS/examples/fm_IDL.xml
index
b272b9f
..
b200065
100644
(file)
--- 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 M
AX
(value) FROM (
+ WHERE atev.add_time > NOW() - (SELECT M
IN
(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)