//fixed multishop CRUD bug

This commit is contained in:
vAugagneur
2012-07-24 16:45:52 +00:00
parent 4bf31460a8
commit 07b11f2d72
9 changed files with 137 additions and 141 deletions
-1
View File
@@ -63,7 +63,6 @@ class CombinationCore extends ObjectModel
public static $definition = array(
'table' => 'product_attribute',
'primary' => 'id_product_attribute',
'multishop_specific' => true,
'fields' => array(
'id_product' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedId', 'required' => true),
'location' => array('type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'size' => 64),