[-] WS: Fixed virtual product quantity field

This commit is contained in:
dSevere
2012-09-10 08:55:39 +00:00
parent 5b33b79a3a
commit 3f4da4dd61
+4
View File
@@ -350,6 +350,10 @@ class ProductCore extends ObjectModel
'getter' => 'getWsManufacturerName',
'setter' => false
),
'quantity' => array(
'getter' => false,
'setter' => false
),
),
'associations' => array(
'categories' => array(