BUGFIX (major) : when editing an existing biblio, biblionumber was lost
authorPaul POULAIN <paul@koha-fr.org>
Tue, 4 Sep 2007 13:56:12 +0000 (15:56 +0200)
committerChris Cormack <crc@liblime.com>
Tue, 4 Sep 2007 21:35:22 +0000 (16:35 -0500)
commita201aac3c88bc2f06a2597219119499bc798b043
treeb64ae2fc60f7275d3f7ef5df46d2ce58689293a3
parent4604a17226efca0cfeba604aa980758f8bea9fd4
BUGFIX (major) : when editing an existing biblio, biblionumber was lost

In Koha 2.2 the biblionumber was an hidden field in the form,
exactly as any other subfield.
As we also stored biblionumber as specific field, it was useless to have it
twice.

with this commit, we restore the biblionumber in the MARC:Record in TransformHtml2Marc

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