[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 3249d64a7c79ca30cd58dc85dfa6aa5878306683

Evergreen Git git at git.evergreen-ils.org
Tue Nov 4 14:42:15 EST 2014


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  3249d64a7c79ca30cd58dc85dfa6aa5878306683 (commit)
      from  555f0ab32dba3f4c8a0bdf1097fcfe606a683897 (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 3249d64a7c79ca30cd58dc85dfa6aa5878306683
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Tue Oct 21 09:33:37 2014 -0400

    LP1383697: Long Overdue needs to be a "magical status" for the copy editor
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js
index 189d1a4..8c48bed 100644
--- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js
+++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js
@@ -43,7 +43,8 @@ var my_constants = {
         '1' : { 'disable_in_copy_editor' : true, 'block_mark_item_damaged' : false, 'block_mark_item_action' : true }, /* | Checked out    | t */
         '3' : { 'disable_in_copy_editor' : true, 'block_mark_item_damaged' : false, 'block_mark_item_action' : true }, /* | Lost           | f */
         '6' : { 'disable_in_copy_editor' : true, 'block_mark_item_damaged' : false, 'block_mark_item_action' : true }, /* | In transit     | t */
-        '8' : { 'disable_in_copy_editor' : true, 'block_mark_item_damaged' : false, 'block_mark_item_action' : false } /* | On holds shelf | t */
+        '8' : { 'disable_in_copy_editor' : true, 'block_mark_item_damaged' : false, 'block_mark_item_action' : false }, /* | On holds shelf | t */
+	'16' : { 'disable_in_copy_editor' : true, 'block_mark_item_damaged' : false, 'block_mark_item_action' : true } /* | Long Overdue  | f */
     }
 }
 

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

Summary of changes:
 .../staff_client/chrome/content/main/constants.js  |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list