TPac messages for item/location/status not holdable
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 6 Oct 2011 18:23:26 +0000 (14:23 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 10 Jan 2012 20:01:23 +0000 (15:01 -0500)
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/parts/hold_error_messages.tt2

index e79e81d..50a0ebf 100644 (file)
@@ -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"),