From 5d5a8ee133546163ad48e461c85f9008959eebbd Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Thu, 6 Oct 2011 14:23:26 -0400 Subject: [PATCH] TPac messages for item/location/status not holdable Signed-off-by: Thomas Berezansky Signed-off-by: Mike Rylander --- Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 | 3 +++ 1 file changed, 3 insertions(+) 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 e79e81df1b..50a0ebff94 100644 --- a/Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 +++ b/Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 @@ -20,6 +20,9 @@ "config.hold_matrix_test.holdable" => l("Hold rules reject this item as unholdable"), "config.hold_matrix_test.max_holds" => l("The patron has reached the maximum number of holds"), "config.rule_age_hold_protect.prox" => l("The item is too new to transit this far"), + "item.holdable" => l("The item is not holdable"), + "location.holdable" => l("The item's location is not holdable"), + "status.holdable" => l("The item is not in a holdable status"), "no_item" => l("The system could not find this item"), "no_ultimate_items" => l("The system could not find any items to match this hold request"), "no_matchpoint" => l("System rules do not define how to handle this item"), -- 2.11.0