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 <csharp@georgialibraries.org>
</fields>
<links>
<link field="lineitem" reltype="has_a" key="id" map="" class="jub"/>
- <link field="eg_copy_id" reltype="has_a" key="id" map="" class="acp"/>
+ <link field="eg_copy_id" reltype="might_have" key="id" map="" class="acp"/>
<link field="fund" reltype="has_a" key="id" map="" class="acqf"/>
<link field="fund_debit" reltype="has_a" key="id" map="" class="acqfdeb"/>
<link field="owning_lib" reltype="has_a" key="id" map="" class="aou"/>