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

Bernardo Gonzalez Kriegel <bgkrie...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20121|0                           |1
        is obsolete|                            |

--- Comment #4 from Bernardo Gonzalez Kriegel <bgkrie...@gmail.com> ---
Created attachment 20584
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20584&action=edit
Bug 10687 - Incorrect tab information for tags 68a and 68b 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.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkrie...@gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to