Bug 21603: Remove incorrect GROUP BY from C4::CourseReserves
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 18 Oct 2018 21:00:15 +0000 (18:00 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 26 Oct 2018 16:33:14 +0000 (16:33 +0000)
commit41397c855397aee9847943c2f124e0bdc8ba7eb7
treed5cbedc6a7402746ea1fdfacf982ebdd4310ef99
parentb106ddb96b21a78559d7a60057e94024e7db4a16
Bug 21603: Remove incorrect GROUP BY from C4::CourseReserves

'koha_kohadev.c.department' isn't in GROUP BY

Test plan:
Prove that the test fail without this patch and pass with this patch
applied (switch on the SQL modes)

Signed-off-by: Andrew Isherwood <andrew.isherwood@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/CourseReserves.pm
t/db_dependent/CourseReserves.t