koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1230] On editing marc entry: Publisher fields(tag 260)


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1230] On editing marc entry: Publisher fields(tag 260) NOT stored as utf8 in mysql
Date: 23 Oct 2006 16:37:04 -0000

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1230





------- Comment #5 from address@hidden  2006-10-24 05:37 -------
Can you determine if it's corrupted in the koha tables AND the marc-tables? or
just one of them?

For instance, you could, from the mysql console, run the follwing queries:

select publishercode from biblioitems where biblionumber=<your biblionumber>

select subfieldvalue from marc_subfield_table where tag=<field mapped to
publishercode> and subfieldcode=<subfield mapped to publishercode> and
bibid=<bibid of the record in question>

(note that in rel_2_2 bibid and biblionumber are usually, but not always the
same number ... check in marc_biblio if there's any confusion)
It is the publishercode field that's having trouble here? is it just that
field, and you have checked the table/column defs for proper encodig of that
field?




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]