// Fix lot of multishop bugs (updateAssoShop reworked, remove multishop property for country / zone / currency / carrier, getList())
This commit is contained in:
@@ -39,7 +39,6 @@ class ZoneCore extends ObjectModel
|
||||
public static $definition = array(
|
||||
'table' => 'zone',
|
||||
'primary' => 'id_zone',
|
||||
'multishop' => true,
|
||||
'fields' => array(
|
||||
'name' => array('type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'required' => true, 'size' => 64),
|
||||
'active' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'),
|
||||
|
||||
Reference in New Issue
Block a user