From ca1a518f57f5e82371bdfbf2996072f7b2586345 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 14 Jun 2013 07:42:46 -0400 Subject: [PATCH] Changing the default hold message for when an item is age protected. --- Open-ILS/src/templates/opac/parts/place_hold_result.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 index 017a163f12..6cc26d2cb7 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 @@ -87,7 +87,7 @@ # display: (hdata.age_protect ? - l("All available copies are temporarily unavailable at your pickup library. Placing this hold could result in longer wait times.") : + l("The title you have requested is not available for hold requests at this time. Please contact your local library for assistance.") : FAIL_PART_MSG_MAP.$fail_part_key || EVENT_MSG_MAP.$event_key || l(hdata.hold_failed_event.desc) || -- 2.11.0