JBAS-1543, add Lucky Day to list of item circ modifiers and shelving locations that...
authorBradley Bonner <bbonner@kcls.org>
Mon, 15 Aug 2016 19:20:49 +0000 (12:20 -0700)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
KCLS/utility-scripts/bc_missing/bc_missing.sql

index 14a31f0..d09b597 100644 (file)
@@ -35,7 +35,7 @@ UPDATE asset.copy
             'Children''s Storytime' , 'Children''s Toys/Games' ,
             'Children''s Materials' , 'Children''s Easy Materials' ,
             'KidReach' , 'Tech Lab' , 'Storage' , 'Teen Materials' ,
-            'Generic' , 'Normandy Park' , 'Choice Reads'
+            'Generic' , 'Normandy Park' , 'Choice Reads', 'Lucky Day'
         )
     );
 
@@ -57,14 +57,14 @@ UPDATE asset.copy
         AND asset.copy.call_number <> '-1'
         AND asset.copy.circ_modifier NOT IN (
             '40', '41', '45', '46', '52', '1', '20', '23',
-            '24', '27', '33', '44', '56', '58', '66', '7')
+            '24', '27', '33', '44', '56', '58', '66', '7', '71')
         AND asset.copy_location.opac_visible = 't'
         AND string NOT IN (
             'Equipment' , 'Adult Paperbacks' , 'Adult Toys/Games' ,
             'Children''s Storytime' , 'Children''s Toys/Games' ,
             'Children''s Materials' , 'Children''s Easy Materials' ,
             'KidReach' , 'Tech Lab' , 'Storage' , 'Teen Materials' ,
-            'Generic' , 'Normandy Park' , 'Choice Reads' )
+            'Generic' , 'Normandy Park' , 'Choice Reads', 'Lucky Day' )
         AND floating IS NULL
     );