From bb98f1885d0353cdde11e9e2631ecb553a7d685a Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 9 Feb 2015 09:24:11 -0500 Subject: [PATCH] LP#1419813 Fix default joins for config.rule_age_hold_protection. config.rule_age_hold_protection had a "has_a" relationship to several copy and copy-like sources when age protection is optional. Changing those to "might_have" to allow left joins by default. Signed-off-by: Chris Sharp Signed-off-by: Galen Charlton --- Open-ILS/examples/fm_IDL.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index cb302466a8..41177320a0 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -1708,7 +1708,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - + @@ -4891,7 +4891,7 @@ SELECT usr, - + @@ -6522,7 +6522,7 @@ SELECT usr, - + @@ -10867,7 +10867,7 @@ SELECT usr, - + -- 2.43.2