[open-ils-commits] [GIT] Evergreen ILS branch rel_2_5 updated. eaf9c8ec442c7da292ac377c6ccd83695920caf0

Evergreen Git git at git.evergreen-ils.org
Thu Nov 14 16:23:16 EST 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, rel_2_5 has been updated
       via  eaf9c8ec442c7da292ac377c6ccd83695920caf0 (commit)
      from  7604c810051ec85cdcac40c69fde9cc4f8b930a0 (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 eaf9c8ec442c7da292ac377c6ccd83695920caf0
Author: Garry Collum <gcollum at gmail.com>
Date:   Mon Jul 22 14:30:04 2013 -0400

    lp1012237 HOLD_ITEM_CHECKED_OUT display
    
    Added a definition to the HOLD_ITEM_CHECKED_OUT event in ils_events.xml.
    Trying to be generic between the opac and the staff client the message
    reads, "The item you have attempted to place on hold is already checked
    out to the requestor."
    
    [LFW: I made a tiny spelling change to be consistent with other
    appearances in Evergreen of the term "requestor".]
    
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/extras/ils_events.xml b/Open-ILS/src/extras/ils_events.xml
index 4fd8490..21d59a7 100644
--- a/Open-ILS/src/extras/ils_events.xml
+++ b/Open-ILS/src/extras/ils_events.xml
@@ -173,6 +173,9 @@
     <event code='1236' textcode='PATRON_EXCEEDS_LOST_COUNT'>
         <desc xml:lang="en-US">The patron has too many lost items.</desc>
     </event>
+	<event code='1237' textcode='HOLD_ITEM_CHECKED_OUT'>
+        <desc xml:lang="en-US">The item you have attempted to place on hold is already checked out to the requestor.</desc>
+	</event>
 	<event code='1500' textcode='ACTION_CIRCULATION_NOT_FOUND'>
 		<desc xml:lang="en-US">
 			Someone attempted to retrieve a circulation object from the system and 

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

Summary of changes:
 Open-ILS/src/extras/ils_events.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list