Adds two missing link fields (patron profile and patron home library) to
authorCodey Kolasinski <ckolasinski@cwmars.org>
Mon, 16 May 2016 13:28:09 +0000 (09:28 -0400)
committerKathy Lussier <klussier@masslnc.org>
Fri, 10 Jun 2016 13:48:49 +0000 (09:48 -0400)
the fm_idl.xml for the Combined Active and Aged Circulations (combcirc)
reporter source. The fix was originally posted in a comment to the
Launchpad bug by Codey Kolasinski.

Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Jeanette Lundgren <jlundgren@cwmars.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/examples/fm_IDL.xml

index 04630ff..a6b74fd 100644 (file)
@@ -4185,6 +4185,8 @@ SELECT  usr,
                        <link field="copy_bib_record" reltype="has_a" key="id" map="" class="bre"/>
                        <link field="aaactsc_entries" reltype="has_many" key="xact" map="" class="aaactsc"/>
                        <link field="aaasc_entries" reltype="has_many" key="xact" map="" class="aaasc"/>
+                       <link field="usr_home_ou" reltype="has_a" key="id" map="" class="aou"/>
+                       <link field="usr_profile" reltype="has_a" key="id" map="" class="pgt"/>
                </links>
        </class>
        <class id="acirc" controller="open-ils.cstore" oils_obj:fieldmapper="action::aged_circulation" oils_persist:tablename="action.aged_circulation" reporter:core="true" reporter:label="Aged (patronless) Circulation">