From a4901ce9b4ef8e532e0fe4d733ef8b66b83f95fa Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Mon, 22 Jul 2013 14:30:04 -0400 Subject: [PATCH] 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 Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/src/extras/ils_events.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/src/extras/ils_events.xml b/Open-ILS/src/extras/ils_events.xml index 4fd8490900..21d59a737f 100644 --- a/Open-ILS/src/extras/ils_events.xml +++ b/Open-ILS/src/extras/ils_events.xml @@ -173,6 +173,9 @@ The patron has too many lost items. + + The item you have attempted to place on hold is already checked out to the requestor. + Someone attempted to retrieve a circulation object from the system and -- 2.43.2