]> git.koha-community.org Git - koha.git/commit
* fix for items.notes that is not correctly handled in the non-MARC part of the DB
authortipaul <tipaul>
Wed, 14 Dec 2005 13:08:47 +0000 (13:08 +0000)
committertipaul <tipaul>
Wed, 14 Dec 2005 13:08:47 +0000 (13:08 +0000)
commit6650db3c36bb316f86e69330893989d2d689ed9a
treecf6c60788bcb402bfad34d62d1ccdd66d02ab12d
parentd74c88859c7ec038ccde6236511092b1673a2669
* fix for items.notes that is not correctly handled in the non-MARC part of the DB
* for an unknown reason, mysql fetchrow_hashref returns author BEFORE the title, even if you want it after that makes a problem for UNIMARC where we have 200 $atitle $fauthor => the record appears $f $a.
* handling better biblio/biblioitems creation from an acquisition : the biblio is deleted & recreated to avoid strange things like a repeated 200 field in UNIMARC.
C4/Biblio.pm