[open-ils-commits] [GIT] Evergreen ILS branch master updated. a4901ce9b4ef8e532e0fe4d733ef8b66b83f95fa
Evergreen Git
git at git.evergreen-ils.org
Thu Nov 14 16:17:38 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, master has been updated
via a4901ce9b4ef8e532e0fe4d733ef8b66b83f95fa (commit)
from 4da378fda14446fa279f693d758eef7e5597b1e2 (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 a4901ce9b4ef8e532e0fe4d733ef8b66b83f95fa
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