[Koha-bugs] [Bug 24117] Patron does not get debarred upon returning overdue item if syspref item-level_itypes is set to biblio and item does not have type information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 3 11:50:47 CET 2019


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org
             Status|Needs Signoff               |Failed QA

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Hi Pedro,
As _debar_user_on_return is only called once I would suggest you to pass $item
instead of $item_unblessed. It will avoid to pass yet another parameter to this
subroutine.
Also you will need to provide a test plan in the commit message, as well as a
better commit title

https://wiki.koha-community.org/wiki/Commit_messages

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


More information about the Koha-bugs mailing list