Summary: | paying fines throws error | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Circulation | Assignee: | Kyle M Hall <kyle.m.hall> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | critical | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | brendan, gmcharlt, helen.linda, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed Patch
Bug 7160: paying fines throws error |
Description
Nicole C. Engard
2011-11-04 19:31:49 UTC
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 |