From 187562184c28f1d8ba25b3a6dae3ce3e8180e997 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 17 Jan 2012 11:53:03 -0500 Subject: [PATCH] Repaired JS syntax errors in nls/selfcheck.js Fixed errors introduced by a727a91b26716a0df36c93c7962240bec231c180 Signed-off-by: Bill Erickson --- Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js b/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js index 30fb03987f..766fcbc8ae 100644 --- a/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js +++ b/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js @@ -31,9 +31,9 @@ "FAIL_PART_config_circ_matrix_test_total_copy_hold_ratio": "The total item-to-hold ratio is too low", "FAIL_PART_config_hold_matrix_test_holdable": "Hold rules reject this item as unholdable", "FAIL_PART_config_hold_matrix_test_max_holds": "The patron has reached the maximum number of holds", - "FAIL_PART_item.holdable" => "The item is not holdable", - "FAIL_PART_location.holdable" => "The item's location is not holdable", - "FAIL_PART_status.holdable" => "The item is not in a holdable status", + "FAIL_PART_item.holdable" : "The item is not holdable", + "FAIL_PART_location.holdable" : "The item's location is not holdable", + "FAIL_PART_status.holdable" : "The item is not in a holdable status", "FAIL_PART_config_rule_age_hold_protect_prox": "The item is too new to transit this far", "FAIL_PART_no_item": "The system could not find this item", "FAIL_PART_no_ultimate_items": "The system could not find any items to match this hold request", -- 2.11.0