From: Chris Sharp Date: Tue, 21 Oct 2014 13:33:37 +0000 (-0400) Subject: LP1383697: Long Overdue needs to be a "magical status" for the copy editor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3249d64a7c79ca30cd58dc85dfa6aa5878306683;p=evergreen%2Fmasslnc.git LP1383697: Long Overdue needs to be a "magical status" for the copy editor Signed-off-by: Chris Sharp Signed-off-by: Ben Shum --- 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 189d1a4bfc..8c48bedae2 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 */ } }