[Koha-bugs] [Bug 8112] Overdues with Fines giving duplicates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 9 16:18:43 CEST 2012


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

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |julian.maurice at biblibre.com

--- Comment #4 from Julian Maurice <julian.maurice at biblibre.com> ---
GROUP BY borrowernumber will show only 1 entry by borrowernumber, even if he
has fines on several items. Is this what we want?

I would suggest to GROUP BY borrowers.borrowernumber, items.itemnumber

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


More information about the Koha-bugs mailing list