From 6a261cbc660400c7ffb88e4fb4d5222f89beaa21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Fri, 1 Feb 2013 16:56:30 +0100 Subject: [PATCH] // small fix --- controllers/admin/AdminCurrenciesController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/admin/AdminCurrenciesController.php b/controllers/admin/AdminCurrenciesController.php index 760415fe2..3ec2ea389 100644 --- a/controllers/admin/AdminCurrenciesController.php +++ b/controllers/admin/AdminCurrenciesController.php @@ -71,6 +71,7 @@ class AdminCurrenciesControllerCore extends AdminController $this->_select .= 'currency_shop.conversion_rate conversion_rate'; $this->_join .= Shop::addSqlAssociation('currency', 'a'); + $this->_group .= 'GROUP BY id_currency'; } public function renderList()