[open-ils-commits] [GIT] Evergreen ILS branch rel_2_10 updated. 03c12181bbe3931f12c329eb35b0de72193f0562
Evergreen Git
git at git.evergreen-ils.org
Fri Jun 10 09:52:01 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, rel_2_10 has been updated
via 03c12181bbe3931f12c329eb35b0de72193f0562 (commit)
from bc5f5135d0314c8a015c6b453c66e3f3da09fd1a (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 03c12181bbe3931f12c329eb35b0de72193f0562
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 0f3098e..499a85e 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -4184,6 +4184,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