Watch this video: http://www.screencast.com/t/900jXRZF When you pay a line item you get an error, but it actually does pay the fine.
Sorry - the error is: Software error: Undefined subroutine &C4::Accounts::ReturnLostItem called at /home/koha/kohaclone/C4/Accounts.pm line 220.
Created attachment 6217 [details] [review] Proposed Patch Adds namespace to ReturnLostItems() call in C4/Accounts.pm
Created attachment 6220 [details] [review] 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>
is it just me or the screencast in Nicole Description is just a black screen (with the Jing header) ? QA comment: I can't reproduce the problem before applying the patch. There should be some specific things to do that I can't find.
Hmmm, the video is playing for me. Can someone else tell me what they see?
seems I have some problems watching films on my Ubuntu. Sometimes it works, sometimes not. Don't worry, it must be me.
QA comment: tiny patch, nothing to say (works, fixes the problem, 1 line patch) Patch pushed, please test