From e8c8cca2c9abab7c7ff4ae476b204fb92a4e3c63 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 --- 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(