From 2a888cbd8a54a847819b63abd958d57fd0a16c49 Mon Sep 17 00:00:00 2001 From: bMancone Date: Wed, 14 Dec 2011 16:55:12 +0000 Subject: [PATCH] // Reverted modifications on product git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11225 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Product.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/classes/Product.php b/classes/Product.php index c1ff134db..3da7ad7d2 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -188,12 +188,6 @@ class ProductCore extends ObjectModel /*** @var array Tags */ public $tags; - /* - * @since 1.5.0 - * @var boolean Product stock management type - */ - public $advanced_stock_management; - public $isFullyLoaded = false; public $cache_is_pack; @@ -259,7 +253,6 @@ class ProductCore extends ObjectModel 'cache_has_attachments' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'), 'date_add' => array('type' => self::TYPE_DATE, 'validate' => 'isDateFormat'), 'date_upd' => array('type' => self::TYPE_DATE, 'validate' => 'isDateFormat'), - 'advanced_stock_management' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool'), // Lang fields 'meta_description' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 255),