BUGFIX & improvement : new biblioitems fields saving and GetMarcAuthors improvement
authorPaul POULAIN <paul@koha-fr.org>
Wed, 12 Sep 2007 13:59:53 +0000 (15:59 +0200)
committerChris Cormack <crc@liblime.com>
Thu, 13 Sep 2007 01:54:13 +0000 (20:54 -0500)
commit7ed10cb920a2fe776bda1cd3529dba373e883d87
tree4b15fb2047bf069d88e790637104dd175f00c3bb
parent75cd7b02efeeaccb3f240679659565ae1a1cc403
BUGFIX & improvement : new biblioitems fields saving and GetMarcAuthors improvement

hdl defined 5 new fields in biblioitems, to handle collections.
The _koha_modify_biblioitem didn't deal with those fields. it's fixed now.

GetMarcAuthor in UNIMARC have a $4 field that is related to the responsability the author has
it is connected to an authorised value.
The improvement expand the numeric value to the expanded one.

Signed-off-by: Chris Cormack <crc@liblime.com>
C4/Biblio.pm