[Koha-bugs] [Bug 24474] Lost items that are checked out are always returned, even when attempting to renew them

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 4 21:00:34 CET 2020


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

--- Comment #13 from Chris Cormack <chris at bigballofwax.co.nz> ---
Thats right, you have an item that is marked lost. But the library wants that
to stay on the persons card. Not be removed, so it is still out to them.

Then if you renew that item,
* then that makes it no longer lost - correct
* removes the charge - correct
   - Now the code goes on, there is a paid charge for lost, I will return it  -
not correct

IE when you renew a lost item, the code in the accounts now returns it, because
it has a paid for charge.
I feel like having circulation actions inside the accounts module is a bad
thing anyway, but certainly creates unexpected (and wrong) behaviour in this
case

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


More information about the Koha-bugs mailing list