]> git.koha-community.org Git - koha.git/commit
Bug 6490 - Lost and paid not updated when book is checked out.
authorKyle M Hall <kyle.m.hall@gmail.com>
Thu, 2 Feb 2012 15:15:43 +0000 (10:15 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 20 Feb 2012 02:00:15 +0000 (21:00 -0500)
commit4ca8de0dd25bc6c16df228d2cd0c1257a99f24f8
tree8d6472205a4ff882c5c49a4b98138f349ae6aa40
parent53be89a5f03664ec64fe98dbd24bc3b8ca12f1d3
Bug 6490 - Lost and paid not updated when book is checked out.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Tested:

item checked out and marked lost - item is removed from borrower's checkouts and charged to patron
Checking out the item (without checking it in first) removed the fines and issued the item normally.

Passed prove t xt t/db_dependent (results congruent with current master failures)

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit 58c62f69c1cabf31840006531338f9362f0a1e0e)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Circulation.pm