[-] WS: Fixed virtual product quantity field

This commit is contained in:
dSevere
2012-09-10 08:55:39 +00:00
parent d6941f0b17
commit e8c8cca2c9
+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(