From: Chris Sharp Date: Fri, 14 Jun 2013 11:42:46 +0000 (-0400) Subject: Changing the default hold message for when an item is age protected. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b026a22b04b694111fc967e72ce6a8c9a5815657;p=evergreen%2Fpines.git Changing the default hold message for when an item is age protected. --- 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 b2513a6a47..13f9162d75 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 @@ -101,7 +101,8 @@ # 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 || FAIL_PART_MSG_MAP.$fail_part_key || (hdata.hold_failed_event.desc ? l(hdata.hold_failed_event.desc) : '') ||