// clean code

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14542 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2012-04-07 16:33:16 +00:00
parent 296a6431f7
commit 77f96a37d6
+6 -6
View File
@@ -263,12 +263,12 @@ class CurrencyCore extends ObjectModel
AND `id_currency` = '.(int)($id_currency));
}
/**
* @static
* @param $iso_code
* @param int $id_shop
* @return int
*/
/**
* @static
* @param $iso_code
* @param int $id_shop
* @return int
*/
public static function getIdByIsoCode($iso_code, $id_shop = 0)
{
$query = Currency::getIdByQuery($id_shop);