Bug 20144: [sql_modes] Fix GROUP BY clause in GetInvoices
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 6 Feb 2018 15:02:47 +0000 (12:02 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 13 Feb 2018 16:58:58 +0000 (13:58 -0300)
commit39b0b5909cb0bc271b85723eb32d02146649b3be
tree25b05152f63d4cf747d45fe914552e14ec4e9318
parent2e35da4f6b0e2c25ca1e6acb3e80f8b9d65cb658
Bug 20144: [sql_modes] Fix GROUP BY clause in GetInvoices

Need to be tested from the interface!

Fix for:
'koha_kohadev.aqinvoices.invoicenumber' isn't in GROUP BY

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/Acquisition.pm