[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 4c178f7dcd9bdb7d148edcc94e83ecb2979ce663
Evergreen Git
git at git.evergreen-ils.org
Thu Nov 14 16:19:04 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_4 has been updated
via 4c178f7dcd9bdb7d148edcc94e83ecb2979ce663 (commit)
from 58e051181ea229d3260d4dd1483bb359904623e5 (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 4c178f7dcd9bdb7d148edcc94e83ecb2979ce663
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>
Conflicts:
Open-ILS/src/extras/ils_events.xml
diff --git a/Open-ILS/src/extras/ils_events.xml b/Open-ILS/src/extras/ils_events.xml
index 84ba694..572ba9b 100644
--- a/Open-ILS/src/extras/ils_events.xml
+++ b/Open-ILS/src/extras/ils_events.xml
@@ -170,10 +170,9 @@
<event code='1235' textcode='INVALID_USER_XACT_ID'>
<desc xml:lang="en-US">While you were trying to make payments, this account's transaction history changed. Please go back and try again.</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 | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list