Remove "In Receiving" status from magical status list
authorChris Sharp <csharp@georgialibraries.org>
Tue, 20 Aug 2019 11:11:41 +0000 (07:11 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 25 Nov 2020 16:43:06 +0000 (11:43 -0500)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js

index 3080c05..501a9c1 100644 (file)
@@ -197,7 +197,6 @@ function(egCore , $q) {
             ,8  /* On holds shelf */
             ,16 /* Long overdue */
             ,18 /* Canceled Transit */
-            ,103 /* In Receiving */
         ]);
     }