]> 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>
Wed, 14 Dec 2011 17:42:31 +0000 (12:42 -0500)
commit665133b10a5ac5ed0865eca2307bb4d2fd05f009
treeef4238591e690e01e25dc934d3edb1e27c50ee76
parentbeede5bf609f7fc9a68d3680b56b56ef86dc2207
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