29 Apr
2026
29 Apr
'26
4:03 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40863 --- Comment #27 from David Cook <dcook@prosentient.com.au> --- I can see that you're using Koha 25.11.04... Could you run the following SQL report and share the output? Ideally as text but a screenshot would be better than nothing as well. SELECT REPLACE( REPLACE( REPLACE( REPLACE( REPLACE(metadata, '&', '&'), '<', '<'), '>', '>'), '"', '"'), "'", ''') as MARCXML FROM biblio_metadata WHERE biblionumber = 3896 LIMIT 1; -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.