Bug 25157

Summary: delete_patrons.pl is never quiet, even when run without -v
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Command-line UtilitiesAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: minor    
Priority: P5 - low CC: 1joynelson, jonathan.druart, m.de.rooy, robin
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
20.05.00, 19.11.06
Attachments: Bug 25157: Silent patron deletion cmd line script
Bug 25157: Silent patron deletion cmd line script
Bug 25157: Silent patron deletion cmd line script

Description Katrin Fischer 2020-04-15 11:29:05 UTC
When running delete_patrons.pl in cron, you still get the 'success' messages and problem cases listed, even if you don't run with the -v.

It would be great if there was an option to make this script "quiet" unless a real problem occurs. Not counting users with fines and checkouts that were not deleted as a problem - that's correct behaviour.
Comment 1 Jonathan Druart 2020-04-17 10:27:15 UTC
Created attachment 103140 [details] [review]
Bug 25157: Silent patron deletion cmd line script

Without -v the script will no longer display messages unless the error
is major.
Comment 2 Katrin Fischer 2020-04-18 03:35:37 UTC
Created attachment 103196 [details] [review]
Bug 25157: Silent patron deletion cmd line script

Without -v the script will no longer display messages unless the error
is major.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 3 Marcel de Rooy 2020-05-08 09:50:04 UTC
Created attachment 104572 [details] [review]
Bug 25157: Silent patron deletion cmd line script

Without -v the script will no longer display messages unless the error
is major.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Martin Renvoize 2020-05-11 09:01:25 UTC
Nice work everyone!

Pushed to master for 20.05
Comment 5 Joy Nelson 2020-05-11 22:41:15 UTC
Backported to 19.11.x for 19.11.06