From 29fcaa2eaf7f5494137bff8b8e65b1fcc3bc6434 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 20 Aug 2019 07:11:41 -0400 Subject: [PATCH] Remove "In Receiving" status from magical status list Signed-off-by: Chris Sharp --- Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js index d995f334a4..9dbdb9e75f 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js @@ -198,7 +198,6 @@ function(egCore , $q) { ,8 /* On holds shelf */ ,16 /* Long overdue */ ,18 /* Canceled Transit */ - ,103 /* In Receiving */ ]); } -- 2.11.0