[Koha-bugs] [Bug 14784] Missing checkin message for debarred patrons when issuing rules 'fine days = 0'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 16 18:28:35 CET 2022


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

The Minh Luong <the-minh.luong at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |the-minh.luong at inlibro.com

--- Comment #61 from The Minh Luong <the-minh.luong at inlibro.com> ---
I have tested before applying the patch and everything seems to work WITHOUT
it. The tests seems to work fine without the patch, but one fail when applying
the patch. 

Here is what I did: 

Before applying the patch:
1) Select a user with active restrictions (manual restriction works) and note
his category.
2) Make sure finesday=0 for the user's category noted in step 1. 
3) Checkout and return an item (not overdue).
   A previous restriction reminder will appear (Message in yellow box)
4) Checkout and return an overdue item (change the date at checkout)
   A previous restriction reminder will also appear (Message in yellow box)
5) Run prove -l t/db_dependent/Circulation.t (ALL tests should pass)

After applying patch:
Same steps from 1 to 5 , but at step 5, one test fails (AddReturn +
CumulativeRestrictionPeriods).

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


More information about the Koha-bugs mailing list