Bug 7244 - C4::Members::GetMemberIssuesAndFines() reports all charges, not just fines
Summary: C4::Members::GetMemberIssuesAndFines() reports all charges, not just fines
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Kyle M Hall
QA Contact:
URL:
Keywords:
Depends on: 7243
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-18 09:09 UTC by Srdjan Jankovic
Modified: 2023-06-08 22:26 UTC (History)
2 users (show)

See Also:
Change sponsored?: Sponsored
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Srdjan Jankovic 2011-11-18 09:09:43 UTC
+++ This bug was initially created as a spin off of Bug #7243 +++

Bug #7243 raised the issue of patrons being blocked from checking out when having outstanding charges that are not fines. That required expanding GetMemberAccountRecords() function.
On the other hand, GetMemberIssuesAndFines() is used throughout the system, and includes fines as well as other charges. That could be just a misnomer, or maybe some syncing/refactoring is in order to have just one function that does the right thing
Comment 1 David Cook 2022-08-22 02:17:33 UTC
This function doesn't exist anymore