[Koha-patches] [PATCH] Add ANSCR to default cn_source list.

Ryan Higgins rch at liblime.com
Sun May 25 08:21:56 CEST 2008


---
 .../data/mysql/en/mandatory/class_sources.sql      |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/installer/data/mysql/en/mandatory/class_sources.sql b/installer/data/mysql/en/mandatory/class_sources.sql
index 3f6c1f2..69d6347 100644
--- a/installer/data/mysql/en/mandatory/class_sources.sql
+++ b/installer/data/mysql/en/mandatory/class_sources.sql
@@ -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');
-- 
1.5.5.GIT




More information about the Koha-patches mailing list