http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9826
--- Comment #3 from Bernardo Gonzalez Kriegel <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
