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(