Summary: | Software error when placing a hold on an item with a charge associated with it | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Isherwood <bugzilla> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | cbrannon, gmcharlt, josef.moravec, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21683 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Bug 21679: Fix incorrect call to getnextacctno |
Description
Andrew Isherwood
2018-10-26 08:19:08 UTC
Created attachment 81256 [details] [review] Bug 21679: Fix incorrect call to getnextacctno The call to getnextacctno was attempting to be made to C4::Reserves rather than to C4::Accounts. This patch addresses this by explicitly stating the full path to the function. Test plan: - Before applying the patch - Attempt to place a hold on an item with a charge associated with it => Observe that this fails with the error "Undefined subroutine &C4::Reserves::getnextacctno called at /usr/share/koha/C4/Reserves.pm line 574." - Apply the patch - Attempt to place a hold on an item with a charge associated with it => Observe that the hold now succeeds Please check testing conditions. There may be more to recreating the problem than discribed. Or it may have been resolved elsewhere. I should have stated that I cannot get the error under the conditions described. (In reply to Katrin Fischer from comment #6) > It sounds like bug 21614 maybe? Should have been: Bug 21641 - Software error when checking out an item with a charge associated with it Marking as duplicate now. *** This bug has been marked as a duplicate of bug 21641 *** |