From 900ee7d44c496bf9152208e59c8b457ceb6d13cf Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 5 Jul 2017 10:24:32 -0400 Subject: [PATCH] LP#1702489 - Wrong join type on Acq Lineitem Detail The Line Item Detail reporting source offers the wrong type of nullability when nullability selection is enabled and the user selects the Evergreen Copy ID link (offers "Parent" but should be "Child"). This is because the fieldmapper assumes a "has_a" relationship between acqlid and acp when it should be a "might_have". Signed-off-by: Chris Sharp --- Open-ILS/examples/fm_IDL.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index fc8485fbcc..e1407ec073 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -9219,7 +9219,7 @@ SELECT usr, - + -- 2.11.0