http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=515 paul.poulain@free.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From paul.poulain@free.fr 2003-07-09 01:13 ------- Really dirty problem... It comes from the fact that the notes field exists in biblio & biblioitems table. As the marc2koha sub in C4/biblio.pm works for both, the notes field is common to them. QUESTION : is ONLY 520a going into biblio.notes, or is there "500a | 520a" (I mean : both, separated by |). It's what Koha is supposed to do. The solution is to rename biblioitems.notes to biblioitems.binotes in all Koha. It is a big stuff. Is it necessary ? please confirm... ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.