https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17693
--- Comment #1 from Theodoros Theodoropoulos <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
