From: Chris Sharp Date: Wed, 5 Jul 2017 14:24:32 +0000 (-0400) Subject: LP#1702489 - Wrong join type on Acq Lineitem Detail X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cb54f3451ce5a9833c7cbfee5f142795abbb6094;p=evergreen%2Fpines.git 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 --- 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, - +