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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Aug 24 17:40:05 CEST 2013


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

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

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

--- Comment #4 from Bernardo Gonzalez Kriegel <bgkriegel at 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 <bgkriegel at gmail.com>

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


More information about the Koha-bugs mailing list