// small fix

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