[open-ils-commits] [GIT] Evergreen ILS branch master updated. 187562184c28f1d8ba25b3a6dae3ce3e8180e997

Evergreen Git git at git.evergreen-ils.org
Tue Jan 17 11:55:48 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  187562184c28f1d8ba25b3a6dae3ce3e8180e997 (commit)
      from  96d079d3e78385e4a7cc256256d6f1cd84635bf4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 187562184c28f1d8ba25b3a6dae3ce3e8180e997
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Jan 17 11:53:03 2012 -0500

    Repaired JS syntax errors in nls/selfcheck.js
    
    Fixed errors introduced by a727a91b26716a0df36c93c7962240bec231c180
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

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 30fb039..766fcbc 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",

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list