]> git.koha-community.org Git - koha.git/commit
[3.0.x] (bug #4263) fix the edition of items with repeatable subfields
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Tue, 2 Mar 2010 08:57:33 +0000 (09:57 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 16 Mar 2010 15:47:23 +0000 (16:47 +0100)
commitac1e2d8b8f14f6017f71b492847ddf5340c520ea
treef8606df5ba21a6feab3567bbaccd57175f8da8ec
parent8a4c65efb838879f544738d71f6be47835ccc04d
[3.0.x] (bug #4263) fix the edition of items with repeatable subfields

The subfield management in item level is broken, fields are concatenated in one field, and if the librarian edit it, the values are not selected.
This big patch fix three things:
 1) saving fields that are stocked in SQL(using koha2marc mapping) are now well cut and separated in _REAL_ subfields
 2) loading records with repeatable subfields are now well returned
 3) Editing items with repeatable fields works well

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Biblio.pm
C4/Items.pm
cataloguing/additem.pl