From 49ea249d5f7d315aa7bf1980edb4c7ea961f7833 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 16 Aug 2016 07:11:24 -0400 Subject: [PATCH] LP#1613374 - Add 'Canceled Transit' to "magical statuses" Signed-off-by: Chris Sharp Signed-off-by: Michele Morgan Signed-off-by: Mike Rylander --- Open-ILS/xul/staff_client/chrome/content/main/constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 0165ec5bb8..8f2e313375 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -44,7 +44,8 @@ var my_constants = { '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 */ - '16' : { 'disable_in_copy_editor' : true, 'block_mark_item_damaged' : false, 'block_mark_item_action' : true } /* | Long Overdue | f */ + '16' : { 'disable_in_copy_editor' : true, 'block_mark_item_damaged' : false, 'block_mark_item_action' : true }, /* | Long Overdue | f */ + '18' : { 'disable_in_copy_editor' : true, 'block_mark_item_damaged' : false, 'block_mark_item_action' : false} /* | Canceled Transit | t */ } } -- 2.11.0