Add ANSCR to default cn_source list.
[koha.git] / installer / data / mysql / en / mandatory / class_sources.sql
index 3f6c1f2..69d6347 100644 (file)
@@ -32,4 +32,5 @@ INSERT INTO `class_sources` (`cn_source`, `description`, `used`, `class_sort_rul
                             ('lcc', 'Library of Congress Classification', 1, 'lcc'),
                             ('udc', 'Universal Decimal Classification', 0, 'generic'),
                             ('sudocs', 'SuDoc Classification (U.S. GPO)', 0, 'generic'),
+                            ('anscr', 'ANSCR (Sound Recordings)', 0, 'generic'),
                             ('z', 'Other/Generic Classification Scheme', 0, 'generic');