[-] 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
This commit is contained in:
@@ -350,6 +350,10 @@ class ProductCore extends ObjectModel
|
||||
'getter' => 'getWsManufacturerName',
|
||||
'setter' => false
|
||||
),
|
||||
'quantity' => array(
|
||||
'getter' => false,
|
||||
'setter' => false
|
||||
),
|
||||
),
|
||||
'associations' => array(
|
||||
'categories' => array(
|
||||
|
||||
Reference in New Issue
Block a user