From: Bill Erickson Date: Tue, 17 Jan 2012 16:53:03 +0000 (-0500) Subject: Repaired JS syntax errors in nls/selfcheck.js X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=187562184c28f1d8ba25b3a6dae3ce3e8180e997;p=evergreen%2Ftadl.git Repaired JS syntax errors in nls/selfcheck.js Fixed errors introduced by a727a91b26716a0df36c93c7962240bec231c180 Signed-off-by: Bill Erickson --- 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",