https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28639 --- Comment #7 from Fridolin Somers <fridolin.somers@biblibre.com> --- Hi, Atomic update is incorrect : + INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) + VALUES ( + 'EmbedSeeFromInBibRecord', '0', NULL, 'Add embed see-from headings for OAI', 'YesNo' Value should be OAI-PMH:EmbedSeeFromInBibRecord Also : + Koha::Filter::MARC::EmbedSeeFromHeadings->filter($record); Does this work ? Other call use the RecordProcessor : https://git.koha-community.org/Koha-community/Koha/src/commit/a57278f39b8c5b... Best regards, -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.