//fixed multishop CRUD bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16555 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-07-24 16:45:52 +00:00
parent acb7dd35ed
commit 7eec6c7294
9 changed files with 137 additions and 141 deletions
-1
View File
@@ -235,7 +235,6 @@ class ProductCore extends ObjectModel
'primary' => 'id_product',
'multilang' => true,
'multilang_shop' => true,
'multishop_specific' => true,
'fields' => array(
// Classic fields
'id_manufacturer' => array('type' => self::TYPE_INT, 'validate' => 'isUnsignedId'),