Bug 10419: new cronjob for deleting patrons
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 5 Jun 2013 14:26:31 +0000 (16:26 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Oct 2013 21:33:04 +0000 (21:33 +0000)
commit231ed790e4739af49c212568f90a105601035837
treef05dac2a719bd0554d6ec3ea72ba9c909aa85030
parent9db77158d09379504e171fb4c0f43e054b8940fd
Bug 10419: new cronjob for deleting patrons

This patch provides a cronjob script for deleting patrons.

It takes 3 options:

--not_borrowed_since
--expired_date
--category_code

See the perldoc misc/cronjobs/delete_patrons.pl.
Use the -v flag for a verbose mode.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
misc/cronjobs/delete_patrons.pl [new file with mode: 0644]