Bug 35653: Log import_patrons.pl info to action logs
authorLucas Gass <lucas@bywatersolutions.com>
Wed, 27 Dec 2023 17:35:31 +0000 (17:35 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 25 Mar 2024 08:53:21 +0000 (09:53 +0100)
commit31986217872eba561ed8600a0bc2bc5e03e3743e
treee50d69b10a5c640c7448c5df467265d7d5d8cf56
parent353f510c146cfcffc0bb488a8411755f111e5711
Bug 35653: Log import_patrons.pl info to action logs

To test:
1. APPLY PATCH
2. Create a CSV file with a few lines that contain at least firstname, surname, cardnumber
3. Turn on "CronjobLog".
4. Run the import patron script. I did this: perl /kohadevbox/koha/misc/import_patrons.pl --file 'test1.csv' --matchpoint cardnumber -c
5. Check the action logs for cronjobs.
6. You should see info. about the import patron script.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
misc/import_patrons.pl