[open-ils-commits] [GIT] Evergreen ILS branch master updated. 31b58d1b8901f9233857d5958d1fe6d1e303382d

Evergreen Git git at git.evergreen-ils.org
Fri Sep 6 22:51:19 EDT 2013


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  31b58d1b8901f9233857d5958d1fe6d1e303382d (commit)
      from  a9ea03bc8c51a6177612feffe1658c3b406154f9 (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 31b58d1b8901f9233857d5958d1fe6d1e303382d
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Mon Aug 19 14:29:23 2013 -0400

    The ILS User reports source branches to an All Hold Requests linked source
    that was marked class="circ" instead of class="ahr".  This corrects that problem.
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 6107b95..ba8efaa 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -2991,7 +2991,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 			<link field="groups" reltype="has_many" key="usr" map="grp" class="pugm"/>
 			<link field="usrgroup" reltype="has_many" key="usrgroup" map="" class="au"/>
 			<link field="checkouts" reltype="has_many" key="usr" map="" class="circ"/>
-			<link field="hold_requests" reltype="has_many" key="usr" map="" class="circ"/>
+			<link field="hold_requests" reltype="has_many" key="usr" map="" class="ahr"/>
 			<link field="permissions" reltype="has_many" key="usr" map="perm" class="pupm"/>
 			<link field="settings" reltype="has_many" key="usr" map="" class="aus"/>
 			<link field="billable_transactions" reltype="has_many" key="usr" map="" class="mbt"/>

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list