[Koha-bugs] [Bug 21679] Software error when placing a hold on an item with a charge associated with it

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 26 10:28:33 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21679

--- Comment #1 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 81256
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81256&action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list