[Koha-bugs] [Bug 27050] Allow multiple category_codes in delete_patrons.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 27 14:22:08 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27050

--- Comment #2 from Timothy Alexis Vass <timothy_alexis.vass at ub.lu.se> ---
Created attachment 114042
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114042&action=edit
Bug 27050 - Allow multiple category_codes in delete_patrons.pl

This patch allows multiple --category_code <categorycode> in delete_patrons.pl

The t/db_dependent/Members.t test has 2 added testcases with multiple
category_code.

To test:
1) Run the test: prove -l . -v t/db_dependent/Members.t
2) This requires records in the database with at least two category codes. For
example PT and ST.
3) Run the script: delete_patrons.pl --category_code PT
4) Confirm the number of patrons that would have been deleted.
5) Run the script: delete_patrons.pl --category_code PT --category-code ST
6) Confirm the number of patrons that would have been deleted.
7) Sign Off

Sponsored-by: Lunds Universitetsbibliotek

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list