]> git.koha-community.org Git - koha.git/commit
Bug 7160: paying fines throws error
authorIan Walls <ian.walls@bywatersolutions.com>
Sat, 5 Nov 2011 03:28:31 +0000 (23:28 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Fri, 20 Jan 2012 20:01:52 +0000 (15:01 -0500)
commit04fb78d6b6844f3e9223474997d1531e8b332263
tree900cab7b60b25e979aba430decb1c29866f1f071
parente951937c95f26ec2129a373c857945855bc5e2d7
Bug 7160: paying fines throws error

The call to ReturnLostItem in C4/Accounts was not properly namespaced to
come from C4::Circulation.  That prefix is added to the call.

To test:

Pay a fine, and confirm the error disappears (and the fines is still paid)

Signed-off-by: Brendan <brendan@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit afd2098f3c82812af7ab7366035e18b953662dab)

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