bugfix: restore setting classification source by dropdown
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 12 Dec 2007 22:03:41 +0000 (16:03 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 13 Dec 2007 23:30:34 +0000 (17:30 -0600)
commit073b8b7a3624e33967417fc5f90b7019aa59ea72
treef2ef8b32452fde1152163ff28372bf1e30b97397
parentd46581b8f0499fe7353204d732f78e8465fa10c5
bugfix: restore setting classification source by dropdown

Apparently as an inadvertant result of the patches to
move the SQL files to load the MARC frameworks, the
authorised_value of 'cn_source' was dropped for
kohafield = 'items.cn_source' and 'biblioitems.cn_source'.

This patch restores those values, thus making the
classification source set by a dropdown in the bib
and item editors.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Context.pm
installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl