Serials updates to link item record to serial table.
authorRyan Higgins <rch@liblime.com>
Tue, 8 Jan 2008 16:51:56 +0000 (10:51 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 8 Jan 2008 17:11:45 +0000 (11:11 -0600)
commit3de59aba2776184a6fd2e9943d86a7c66e8f7648
tree90d396553fcfa8a7e84ed29b12a0fab36988dd4a
parentccadef43725919531cb0fccfd9b076d380889b3f
Serials updates to link item record to serial table.

This commit makes db changes to subscription, serials tables:
  allow subscriptions larger than 127 issues
  link serial to item uniquely.
MARC Framework:
  Adding MARC tag 942$s (990$s unimarc) to map biblio.serial
Udate biblio.serial on new-subscription.
Use biblio.serial to check if Items.pm should return
  pubdate and enumeration text string from serials table with items.
Update opac-detail so serial items are sorted most recent first.
Adding link from items table to serial table.

Allows sorting of serials in details pages, and removes
enum data from itemnotes field.
Also fixes  visibility in serials item editor

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
13 files changed:
C4/Biblio.pm
C4/Items.pm
C4/Serials.pm
installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
kohaversion.pl
opac/opac-detail.pl
serials/serials-edit.pl
serials/subscription-add.pl