Bug 7160: paying fines throws error
authorIan Walls <ian.walls@bywatersolutions.com>
Sat, 5 Nov 2011 03:28:31 +0000 (23:28 -0400)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 2 Jan 2012 22:45:38 +0000 (23:45 +0100)
commit891c6dce5a444e2adf9f6eec5f1d2aae2d53167f
tree69e5417d1b1f84fdad99f38b33a9f10ebdf7a6fc
parenta8bcb87620ae5f2f5a595b652229048e9e37d75b
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