Bug 20180: [sql_modes] Remove GROUP BY clause in manage-marc-import.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 7 Feb 2018 15:26:53 +0000 (12:26 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 9 Apr 2018 19:15:17 +0000 (16:15 -0300)
commitad37e87b0af454086a08adb97060552ccf1aaa9b
tree24274736914110b7f795f98655a9157dd32115cf
parent7e220e0d8f107cce63f32bfaa1919c04b4dea6e2
Bug 20180: [sql_modes] Remove GROUP BY clause in manage-marc-import.pl

Replaced with a distinct.

Fix for:
'koha_kohadev.me.frameworktext' isn't in GROUP BY

t/db_dependent/www/search_utf8.t

NOTE: I added a [% frameworks.count %] into the template file,
      and compared master and a branch with this applied when
      managing a staged marc import. Values were identical.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
tools/manage-marc-import.pl