From: Bill Erickson Date: Mon, 1 Aug 2011 13:08:33 +0000 (-0400) Subject: Remove KCLS mattype SQL seed data comment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2e8e2f0032bf338253c1e27e2fa4a72054f4f204;p=evergreen%2Fequinox.git Remove KCLS mattype SQL seed data comment Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/templates/default/opac/parts/header.tt2 b/Open-ILS/web/templates/default/opac/parts/header.tt2 index f906e56515..f43d115a94 100644 --- a/Open-ILS/web/templates/default/opac/parts/header.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/header.tt2 @@ -21,35 +21,3 @@ 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; -%] -