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

Emily Lamancusa <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emily.lamancusa@montgomeryc
                   |                            |ountymd.gov
             Status|Signed Off                  |Failed QA

--- Comment #5 from Emily Lamancusa <[email protected]> ---
Hmmm...looking at the patch from 27992, all of the checking for holds, recalls,
return claims, and lost or withdrawn statuses is based on the return values
from AddReturn. So avoiding the call when the item isn't checked out would undo
a lot of the functionality for 27992. (I did a quick test on master and
confirmed this.) Wouldn't it be better to skip logging the local use in
CanBookBeIssued if RecordLocalUseOnReturn is enabled (probably with a comment
in the code that it is being skipped because AddReturn will log the local use
in that case)?

Either way, this is also going to need a unit test. :)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to