From: Thomas Berezansky Date: Thu, 6 Oct 2011 18:23:26 +0000 (-0400) Subject: TPac messages for item/location/status not holdable X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c6183422d8b963361da9d164a4bac7e090a76b70;p=working%2FEvergreen.git TPac messages for item/location/status not holdable Signed-off-by: Thomas Berezansky --- diff --git a/Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 b/Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 index 9ba6f0e548..f91eaace15 100644 --- a/Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 +++ b/Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 @@ -18,6 +18,9 @@ "config.circ_matrix_test.circulate" => "Circulation rules reject this item as non-circulatable", "config.circ_matrix_test.total_copy_hold_ratio" => "The total item-to-hold ratio is too low", "config.hold_matrix_test.holdable" => "Hold rules reject this item as unholdable", + "item.holdable" => "The item is not holdable", + "location.holdable" => "The item's location is not holdable", + "status.holdable" => "The item is not in a holdable status", "config.hold_matrix_test.max_holds" => "The patron has reached the maximum number of holds", "config.rule_age_hold_protect.prox" => "The item is too new to transit this far", "no_item" => "The system could not find this item",