[Koha-bugs] [Bug 11084] Delete biblios on Leader 05 =d

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 20 20:15:40 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11084

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 22089
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22089&action=edit
Bug 11084 - Delete biblios on Leader 05 =d

Position 05 of the leader in MARC 21 indicates the record's status.
A lower case “d” indicates that the record is to be deleted
(http://www.loc.gov/marc/authority/adleader.html).

This patch adds a cronjob script that may be run nightly to delete
records where position 05 of the leader is set to 'd'.

Test Plan:
1) Edit one or more records, and set the leader position 05 to 'd'.
2) Run misc/cronjobs/deleted_fixed_field_5.pl -c -v
3) Those records should either be deleted, or an error message should
   state why the were not.

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


More information about the Koha-bugs mailing list