// Fix lot of multishop bugs (updateAssoShop reworked, remove multishop property for country / zone / currency / carrier, getList())

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15386 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-05-18 14:54:37 +00:00
parent 13c6eec6fd
commit a37dbc1e44
10 changed files with 58 additions and 57 deletions
-1
View File
@@ -71,7 +71,6 @@ class CountryCore extends ObjectModel
'table' => 'country',
'primary' => 'id_country',
'multilang' => true,
'multishop' => true,
'fields' => array(
'id_zone' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedId', 'required' => true),
'id_currency' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedId'),