Bug 7160: paying fines throws error
authorIan Walls <ian.walls@bywatersolutions.com>
Sat, 5 Nov 2011 03:28:31 +0000 (23:28 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 14 Dec 2011 13:31:32 +0000 (14:31 +0100)
commitafd2098f3c82812af7ab7366035e18b953662dab
tree2c98fb097c2f9397720dbd4bea5c0bcaca0183f7
parent04f8dfec9b7de782d206f61650160b2113e12ccd
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>
C4/Accounts.pm