Bug 36636 - Set leader 05 to d (deleted) for records in deletedbiblio_metadata
Summary: Set leader 05 to d (deleted) for records in deletedbiblio_metadata
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-18 07:37 UTC by Marcel de Rooy
Modified: 2025-01-16 11:28 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2024-04-18 07:37:50 UTC
It seems that we should set leader 05 to 'd' when filling deletedbiblio_metadata.metadata.

See also bug 30888. The routine $authority->move_to_deleted sets the leader position 05 to 'd' for authorities.
Comment 1 Katrin Fischer 2024-05-12 13:04:36 UTC
I think that would make sense.
When using OAI-PMH these records I believe are harvested with the 'd' already.
Comment 2 Martin Renvoize (ashimema) 2025-01-16 11:28:26 UTC
We probably would want a simple restore routine if we add this.. that undoes the 05 change if restoring a biblio from deleted.  I know people do restore using SQL and this change would make that harder.