Remove KCLS mattype SQL seed data comment
authorBill Erickson <berick@esilibrary.com>
Mon, 1 Aug 2011 13:08:33 +0000 (09:08 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 1 Aug 2011 13:08:33 +0000 (09:08 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/templates/default/opac/parts/header.tt2

index f906e56..f43d115 100644 (file)
     is_advanced = CGI.param("_adv").size;
     is_special = CGI.param("_special").size;
 %]
-
-
-[%# XXX KCLS Note... Remove me soon...
-BEGIN;
-INSERT INTO config.record_attr_definition (name, label, tag, sf_list)
-    VALUES ('mattype', 'Material Type', '998', 'd');
-INSERT INTO config.coded_value_map (ctype, code, value)
-    VALUES
-        ('mattype', 'a', 'Book'),
-        ('mattype', 'i', 'Book on cassette'),
-        ('mattype', 'n', 'Book on CD'),
-        ('mattype', 'x', 'Download music'),
-        ('mattype', 'y', 'Download video'),
-        ('mattype', 'h', 'DVD'),
-        ('mattype', 'w', 'eBook - Audio'),
-        ('mattype', 'v', 'eBook - Text'),
-        ('mattype', 'e', 'Equipment'),
-        ('mattype', 'f', 'Films'),
-        ('mattype', 'o', 'Kit'),
-        ('mattype', 'q', 'Large print'),
-        ('mattype', 'b', 'Magazine'),
-        ('mattype', 'd', 'Microform'),
-        ('mattype', 'k', 'Music cassette'),                                                                                                                                                              ('mattype', 'j', 'Music CD'),
-        ('mattype', 'l', 'Music LP'),                                                                                                                                                                    ('mattype', 'p', 'Newspaper'),
-        ('mattype', 't', 'Online'),                                                                                                                                                                      ('mattype', 'u', 'Player'),
-        ('mattype', 'c', 'Printed music / scores'),                                                                                                                                                      ('mattype', '2', 'Read along with cassette'),
-        ('mattype', '5', 'Read along with CD'),                                                                                                                                                          ('mattype', 'm', 'Software'),
-        ('mattype', 'g', 'Video'),                                                                                                                                                                       ('mattype', 'r', '3-D Object'),
-        ('mattype', 'z', 'Map'),                                                                                                                                                                         ('mattype', 's', 'Slide set');
-COMMIT;
-%]
-