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

--- Comment #3 from Chris Cormack <[email protected]> ---
Created attachment 31591
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31591&action=edit
Bug 12919 : Script to grab and email deleted records

To test

1/ Delete some records from your Koha (with isbns)
  OR mark all items attached to a biblio as lost

2/ if you are using koha from packages
run

sudo koha-shell <kohainstancename>

otherwise

export PERL5LIB=/path/to/koha
export KOHA_CONF=/path/to/koha-conf.xml

3/ run

perl misc/cronjobs/newly_added_records --days 1 --address [email protected]
--lost --format isbn

4/ Check your email and see if you got a list of isbn of deleted records

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

Reply via email to