From cb54f3451ce5a9833c7cbfee5f142795abbb6094 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 69d3f2bd3d..deb223a976 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -8826,7 +8826,7 @@ SELECT usr, - + -- 2.11.0