[Koha-bugs] [Bug 20436] Add ability to specify itemtypes for longoverdue.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 16 12:44:13 CET 2018


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 73026
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73026&action=edit
Bug 20436 - Add ability to specify itemtypes for longoverdue.pl

It would be nice if we could filter long overdues based on itemtype the same
way we can already filter based on borrower category code.

Test Plan:
1) Set up a number of overdues of various itemtypes
2) Run longoverdue.pl with --list-itemtypes to show itemtypes
3) Run longoverdue.pl with --itemtype to verify it only operates on that
itemtype
4) Run longoverdue.pl with multiple --itemtype switches, verify it only
operates on those itemtypes
5) Run longoverdue.pl with --skip-itemtype to verify it does not operate on
that itemtype
6) Run longoverdue.pl with multiple --skip-itemtype switches, verify that it
does not operate on those itemtypes

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


More information about the Koha-bugs mailing list