[Koha-bugs] [Bug 24777] Use patron.is_debarred instead of patron.debarred in return.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 6 16:14:48 CET 2020


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

Devinim <kohadevinim at devinim.com.tr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #99926|0                           |1
        is obsolete|                            |

--- Comment #2 from Devinim <kohadevinim at devinim.com.tr> ---
Created attachment 100276
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100276&action=edit
Bug 24777: Use patron.is_debarred instead of patron.debarred in return.tt

In return page return.tt, when there is an hold message, patron is said as
restricted even if restriction end date is in the past.

Test plan :
1) For a patron Jon Doe create a manual restriction with end date in the past
2) Create an hold for this patron on an item
3) Check in this item => You don't see message "Patron is RESTRICTED"
4) For a patron Kevin Doe create a manual restriction with end date in the
future
5) Create an hold for this patron on an item
6) Check in this item => You see message "Patron is RESTRICTED"
7) Repeate 1-6 with system preference HoldsAutoFill enabled
8) Repeate 1-6 with a waiting hold

Signed-off-by: Devinim <nazli at devinim.com.tr>

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


More information about the Koha-bugs mailing list