Bug 15766: Fix incorrect GROUP BY
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 24 Oct 2018 14:51:12 +0000 (11:51 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 24 Oct 2018 17:15:36 +0000 (17:15 +0000)
commit85da34c94a5a92df78e03a505054a241dc797877
tree6e80d83090f9e29c3423a6dc9d09c482b426b2e2
parent461e7375cd9841f6d43e11c273998c3006f04abf
Bug 15766: Fix incorrect GROUP BY

'koha_kohadev.creator_batches.description' isn't in GROUP BY

Fix t/db_dependent/Creators/Lib.t if strict sql modes is on

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Creators/Lib.pm