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

--- Comment #1 from Janusz Kaczmarek <[email protected]> ---
Created attachment 195017
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195017&action=edit
Bug 42039: Properly set LDR/5 for deleted bibliographic records

For deleted authority records we automatically set LDR/5 to 'd'
(cf. https://www.loc.gov/marc/authority/adleader.html).

Test plan:
==========
1. Find any bibliographic record. Check the value of the 5th byte of
   the leader. It should not be equal to 'd'.
2. Delete the bibliographic record (you may have to delete the items
   first).
3. In ktd --dbshell check the 5th byte of the leader, e.g.:
   select biblionumber, ExtractValue(metadata, '//leader') from
deletedbiblio_metadata order by timestamp desc limit 1;
   It should be equlal to the initial value.
4. Apply the patch ; restart_all.
5. Repeat p. 1-3. The 5th byte of the leader should now be properly
   set to 'd'.

Sponsored-by: Pontificia Università di San Tommaso d'Aquino (Angelicum)

-- 
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