[Koha-bugs] [Bug 21725] Incorrect HAVING in group by in Acquisitions.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 30 16:48:22 CET 2018


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

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I wanted to move the condition to the WHERE clause. The advantage to have it
into the HAVING clause was to not repeat the condition. With this patch we c/p
the condition and have it in the HAVING clause... :)

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


More information about the Koha-bugs mailing list