Bug 20144: [sql_modes] Remove HAVING clause in GetBorrowersToExpunge
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Feb 2018 22:10:34 +0000 (19:10 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 13 Feb 2018 16:58:55 +0000 (13:58 -0300)
commitcbd566caf6e827e67c20d7d06de2e5bd7036dff5
treebc4fbaccad3a876aedd2c24dfd1a43dd116ce7b7
parent3755a38acfd4972d794bef8cb844e5474c3c4112
Bug 20144: [sql_modes] Remove HAVING clause in GetBorrowersToExpunge

Special attention needed here!

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

t/db_dependent/Members.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/Members.pm