[Koha-bugs] [Bug 17693] Add option to export deleted bibs in export_records.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 29 15:18:54 CET 2016


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

--- Comment #1 from Theodoros Theodoropoulos <theod at lib.auth.gr> ---
Created attachment 57807
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57807&action=edit
Add option to export deleted bibs in export_records.pl

This commit adds an additional option to the export_records.pl
script, so that users will be able to get a line-seperated
list of biblionumbers with records deleted (optionally after
a specified date).

Test plan:
1/ Apply patch
2/ delete one or more marc records from Koha
3/ from within the ./misc/ folder run:
   export_records.pl --deleted_bibs --record-type='bibs'
   You should get a Koha.mrc file with the deleted biblionumbers
   (one per line).
4/ you may also use '--date' option like so:
   export_records.pl --deleted_bibs --record-type='bibs' --date="YYYY-MM-DD"
   This way you should get a filtered list of biblionumbers that were deleted
   AFTER the specified date.

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


More information about the Koha-bugs mailing list