[Koha-bugs] [Bug 12001] GetMemberAccountRecords slows down display of patron details and checkout pages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 20 06:08:54 CET 2018


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

--- Comment #20 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 71981
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=71981&action=edit
Bug 12001: Move GetMemberAccountBalance to Koha::Account->non_issues_charges

As said previously, GetMemberAccountBalance returns ( the balance, the
non issues charges, the other charges)

The other charges are the balance - the non issues charges.

In this patch we remove the subroutine from C4::Members and use the
new Koha::Account->non_issues_charges subroutine instead

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

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


More information about the Koha-bugs mailing list