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

--- Comment #1 from Matthias Le Gac <matthias.le-...@inlibro.com> ---
Created attachment 162340
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162340&action=edit
Bug 35169: Make long overdue borrower category options configurable in
interface

Test Plan :

1 - Apply the patch
2 - Go to Koha administration > System preferences > Circulation > Checkout
policy
3 - Set "DefaultLongOverdueLostValue" to "Lost" and "DefaultLongOverdueDays" to
"2"
4 - Check out an item to a patron and set the date to more than two days.
5 - Remember the category of the patron

Test of DefaultLongOverdueBorrowerCategories option :
6 - Go to Koha administration > System preferences > Circulation > Checkout
policy
7 - Set "DefaultLongOverdueBorrowerCategories" to the category of the patron
8 - Go to the terminal in the koha environment and execute the script
"./misc/cronjobs/longoverdue.pl"
9 - Normaly you see in list the check out item set just before and the list
it's only borrowers with the category

Test of DefaultLongOverdueSkipBorrowerCategories option :
10 - Go to Koha administration > System preferences > Circulation > Checkout
policy
11 - Set "DefaultLongOverdueSkipBorrowerCategories" to the category of the
patron
12 - Go to the terminal in the koha environment and execute the script
"./misc/cronjobs/longoverdue.pl"
13 - Normaly you don't see in list the check out item set just before and the
list it's only borrowers with others categories

Test of warning :
14 - Go to Koha administration > System preferences > Circulation > Checkout
policy
15 - Set "DefaultLongOverdueBorrowerCategories" to the category of the patron
and Set "DefaultLongOverdueSkipBorrowerCategories" to the category of the
patron
16 - Go to the terminal in the koha environment and execute the script
"./misc/cronjobs/longoverdue.pl"
17 - Normaly you don't see in list the check out item set just before because
the "DefaultLongOverdueSkipBorrowerCategories" take advantage of
"DefaultLongOverdueBorrowerCategories"

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to