]> 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 03:27:43 +0000 (22:27 -0500)
commite275e3fca8e49c97ed10c67b5b5ce0adb9bb8659
treeb8e1afba52d5b3fe09a8fc3ed5384b089f77c01b
parente5b6e51b747fcfb09f09a47a95d0d2ee9d7d075a
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>
(cherry picked from commit 4ca8de0dd25bc6c16df228d2cd0c1257a99f24f8)

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