// small fix

This commit is contained in:
Rémi Gaillard
2013-02-01 16:56:30 +01:00
parent f5df3679e9
commit 7f59b7254b
@@ -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()