[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0fa5935d249fa42131844f327d8ce6cc2977ce45

Evergreen Git git at git.evergreen-ils.org
Fri Jun 10 09:50:20 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  0fa5935d249fa42131844f327d8ce6cc2977ce45 (commit)
      from  52535b514b827046fc042501483d49a985a8f511 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0fa5935d249fa42131844f327d8ce6cc2977ce45
Author: Codey Kolasinski <ckolasinski at cwmars.org>
Date:   Mon May 16 09:28:09 2016 -0400

    Adds two missing link fields (patron profile and patron home library) to
    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 at noblenet.org>
    Signed-off-by: Jeanette Lundgren <jlundgren at cwmars.org>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 04630ff..a6b74fd 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -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">

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/fm_IDL.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list