[Koha-bugs] [Bug 9826] Missing fields in MARC21 authority framework

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 2 13:59:37 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9826

--- Comment #3 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
This patch only touch 'default' framework, perhaps I can do another bug that
updates example frameworks. For bib frameworks there are 2 files, for auth
there is only one.

To delete present auth framework:

mysql -ukohauser -pkohapass kohadb -e "delete from auth_subfield_structure;
delete from auth_tag_structure; delete from auth_types;"

To add the new ones:

mysql -ukohauser -pkohapass kohadb < $PATH/authorities_normal_marc21.sql

What's new:
Look in diff view,
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16174&action=diff

All green is new + subtags for 368~384
All lightBlue is modification

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list