https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28639

--- Comment #7 from Fridolin Somers <[email protected]> ---
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/a57278f39b8c5b7a82b21671f266dbf32e2d41a0/t/db_dependent/RecordProcessor_EmbedSeeFromHeadings.t#L60

Best regards,

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to