[Koha-bugs] [Bug 7715] Add biblio.subtitle and appropriate mappings to MARC frameworks

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 19 23:46:14 CET 2012


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

--- Comment #2 from Ian Walls <koha.sekjal at gmail.com> ---
Created attachment 8316
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8316&action=edit
Bug 7715:  Add biblio.subtitle and appropriate MARC21 framework mappings

This patch adds biblio.subtitle and deletedbiblio.subtitle to the Koha DB
structure, and maps the MARC21 (and NORMARC) frameworks 245$b field to this
database column if it's not already mapped (or is mapped to the non-existent
bibliosubtitle.subtitle field).

To Test:

Upgrade (on MARC21 installation)
1.  In one framework, map 245$b to an existent database field
2.  Run updatedatabase.pl.  You should now have the biblio.subtitle field
3.  Check the framework to confirm your manual mapping still holds
4.  Check another framework, one where 245$b was not mapped, to see that is now
is
5.  Add a biblio with a subtitle; the value of the 245$b should wind up in the
database

New installation
1.  Install a new MARC21 database
2.  Add a biblio with a subtitle; the value of the 245$b should wind up in the
database,
in the biblio.subtitle field

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


More information about the Koha-bugs mailing list