// Comment useless line in order to clean this
// Add table and identifier to CartRule class
This commit is contained in:
@@ -62,6 +62,9 @@ class CartRuleCore extends ObjectModel
|
||||
'identifier' => 'id_cart_rule',
|
||||
);
|
||||
|
||||
protected $table = 'cart_rule';
|
||||
protected $identifier = 'id_cart_rule';
|
||||
|
||||
protected $fieldsRequired = array('date_from', 'date_to');
|
||||
protected $fieldsSize = array('code' => 254, 'description' => 65534);
|
||||
protected $fieldsValidate = array(
|
||||
|
||||
Reference in New Issue
Block a user