[Koha-bugs] [Bug 25539] Remove AddBiblio "defer_marc_save" option

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 24 15:32:56 CET 2021


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

David Gustafsson <glasklas at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #127976|0                           |1
        is obsolete|                            |

--- Comment #35 from David Gustafsson <glasklas at gmail.com> ---
Created attachment 127978
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127978&action=edit
Bug 25539: Remove AddBiblio option "defer_marc_save"

Items are no longer embedded in the MARCXML and because of this the MARC data
does not need to be saved once more after changing record items data.
The "defer_marc_save" is no longer needed since bulkmarcimport.pl was the only
place this option was utilized in order to resave MARC data after possibly
changing
items data. There is also a bug bulkmarcimport.pl where the record data is
re-saved
without stripping items if duplicate items are found and the dedup barcodes
option is enabled that is resolved by this change.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list