[Koha-bugs] [Bug 7244] New: C4::Members::GetMemberIssuesAndFines() reports all charges, not just fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 18 10:09:43 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7244

             Bug #: 7244
           Summary: C4::Members::GetMemberIssuesAndFines() reports all
                    charges, not just fines
    Classification: Unclassified
 Change sponsored?: Sponsored
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: PATCH-Sent
         Component: Circulation
        AssignedTo: kyle.m.hall at gmail.com
        ReportedBy: srdjan at catalyst.net.nz
         QAContact: ian.walls at bywatersolutions.com
                CC: gmcharlt at gmail.com
        Depends on: 7243


+++ 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

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list