Bug 20144: [sql_modes] Remove HAVING clause in GetUpcomingDueIssues
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 21:08:03 +0000 (18:08 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 13 Feb 2018 16:58:53 +0000 (13:58 -0300)
commit6d439a5c5852db2c524c5ba027d0ce58c0d8d537
tree813711deb78fd5bbee976315b6c29e6bb7c12ca1
parent7b51c8e443e32cdad241b032bca042a53c698769
Bug 20144: [sql_modes] Remove HAVING clause in GetUpcomingDueIssues

More attention needed here!

Fix for:
Non-grouping field 'days_until_due' is used in HAVING clause

t/db_dependent/Circulation.t

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm