From c288cc66b270f872420ec71649c3d4e6ec523543 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 09ec6a1c41..0805c27004 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -8836,7 +8836,7 @@ SELECT usr, - + -- 2.11.0