[*] Bo : #PSTEST-1095 : Remove id_address of the table table supplier and add a new fixture in the installer for the table address

This commit is contained in:
lLefevre
2012-03-27 09:20:01 +00:00
parent e4caa3c6a3
commit ca1aaaed6f
4 changed files with 25 additions and 16 deletions
-7
View File
@@ -59,12 +59,6 @@ class SupplierCore extends ObjectModel
/** @var boolean active */
public $active;
/**
* @since 1.5.0
* @var int address
* */
public $id_address;
/**
* @see ObjectModel::$definition
*/
@@ -74,7 +68,6 @@ class SupplierCore extends ObjectModel
'multilang' => true,
'fields' => array(
'name' => array('type' => self::TYPE_STRING, 'validate' => 'isCatalogName', 'required' => true, 'size' => 64),
'id_address' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedId'),
'active' => array('type' => self::TYPE_BOOL),
'date_add' => array('type' => self::TYPE_DATE, 'validate' => 'isDate'),
'date_upd' => array('type' => self::TYPE_DATE, 'validate' => 'isDate'),