From: Jason Boyer Date: Fri, 14 Aug 2015 15:26:54 +0000 (-0400) Subject: LP 1481441: Improve Hold Failure Messages X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ea94c8caf7b7cfe743256ef187fb9b6c531fe33f;p=working%2FEvergreen.git LP 1481441: Improve Hold Failure Messages Rearranging the order of the various sources of hold failure messages makes it less likely to see spurious "Item is too new to transit this far" messages. Now errors due to excessive fines or number of existing holds. Signed-off-by: Jason Boyer --- 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 5cf09c1100..b593a8e33d 100644 --- a/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 +++ b/Open-ILS/src/templates/opac/parts/place_hold_result.tt2 @@ -88,8 +88,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.") : - FAIL_PART_MSG_MAP.$fail_part_key || EVENT_MSG_MAP.$event_key || + FAIL_PART_MSG_MAP.$fail_part_key || l(hdata.hold_failed_event.desc) || hdata.hold_failed_event.payload.fail_part || hdata.hold_failed_event.textcode ||