http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12895 Koha Team Lyon 3 <koha@univ-lyon3.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha@univ-lyon3.fr --- Comment #1 from Koha Team Lyon 3 <koha@univ-lyon3.fr> --- Created attachment 34137 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34137&action=edit Bug 12895 repair dropbox mode Dropbox mode as it is will be modified (cf bug 13044) but the problem will have nevertheless to be corrected. This patch can be applied to last version and previous ones. One thing important to be aware of about restriction is that the last restriction day IS NOT included. A patron restricted until such day will be able to borrow again FROM that day. Test plan : 1) choose a borrower and an item and checkout the item selecting the previous opening date in the Specify-due-date box. 2) click on Circulation in the upper manu, then on Checkin and check the Book drop mode. The Book drop date showed should be the previous opening date. 3) Check in the item : you can see that the patron is restricted 4) apply the patch 5) redo 1 to 3 : Now, you can see that the patron is not restricted. 6) If you redo the test with two day late, you will see that the patron is not restricted : that's ok because his restriction of one day is already finished. 7) If you redo the test with more than two day late, you see that the patron restriction is, as expected, one day shorter than it were if the item had been returned without dropbox mode. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.