[Koha-bugs] [Bug 10687] Incorrect tab information for tags 86a and 86b on default MARC21 auth framework

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 6 03:31:27 CEST 2013


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

--- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 20121
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20121&action=edit
Bug 10687 - Incorrect tab information for tags 86a and 86b on default MARC21
auth framework

This patch correct tab information for default
MARC21 auth framework on tags 68a and 68b.
Also added update for current installs.

To test with current authorities_normal_marc21.sql loaded

1) run on database
select distinct tagfield from auth_subfield_structure
where cast(substr(tagfield,1,1) as unsigned) <> tab;

68a and 68b should be listed

2) apply the patch

3a) delete all auth frameworks and reload file
... OR ...
3b) run updatedatabase.pl

4) repeat step 1, no tags should be listed.

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


More information about the Koha-bugs mailing list