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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 10 08:41:34 CEST 2013


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

--- Comment #4 from David Cook <dcook at prosentient.com.au> ---
(In reply to comment #3)
> 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

Thanks for the additional info, Bernardo! Where did you get the list of tags to
add?

I know it would involve more work, but would you be able to add the appropriate
tags to the other frameworks as well, since they're included in this same SQL
file and you already know which tags need to be added overall?

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


More information about the Koha-bugs mailing list