From 2ca41bd6cdabc7b1aaa34b4f6c0ce4716bb00ced Mon Sep 17 00:00:00 2001 From: dSevere Date: Mon, 10 Sep 2012 08:55:39 +0000 Subject: [PATCH] [-] WS: Fixed virtual product quantity field git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17254 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Product.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/classes/Product.php b/classes/Product.php index 7bc6037ce..a1ba5cd9f 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -350,6 +350,10 @@ class ProductCore extends ObjectModel 'getter' => 'getWsManufacturerName', 'setter' => false ), + 'quantity' => array( + 'getter' => false, + 'setter' => false + ), ), 'associations' => array( 'categories' => array(