Changing the default hold message for when an item is age protected.
authorChris Sharp <csharp@georgialibraries.org>
Fri, 14 Jun 2013 11:42:46 +0000 (07:42 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2016 12:37:41 +0000 (07:37 -0500)
Open-ILS/src/templates/opac/parts/place_hold_result.tt2

index 889f411..f807591 100644 (file)
@@ -91,7 +91,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) : '') ||