[Koha-bugs] [Bug 18651] Move of checkouts is still not correctly handled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 16 09:20:24 CEST 2017


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #29 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Generally looks good. But still some things:

Patch 4 seems to be just for debugging purposes (Data::Printer). The search is
saved in account_lines but it is not used any more?

Patch 6 adds locking. You lock the message queue. But you should lock old
issues, I guess. 

Furthermore, how long do you really need the lock? Your lock now extends to the
very end of MarkIssueReturned, but isn't the lock actually needed only when
calculating max+1 and storing it in old issues ?

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


More information about the Koha-bugs mailing list