[-] BO : fix bug #PSCFV-2402 - scenes creation with multishop is broken
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15377 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -49,6 +49,7 @@ class SceneCore extends ObjectModel
|
||||
'table' => 'scene',
|
||||
'primary' => 'id_scene',
|
||||
'multilang' => true,
|
||||
'multishop' => true,
|
||||
'fields' => array(
|
||||
'active' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool', 'required' => true),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user