// Webservice getters are now multishop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15785 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-06-01 07:45:41 +00:00
parent 4ba9796c92
commit f6059f0a67
9 changed files with 66 additions and 31 deletions
+3 -3
View File
@@ -199,9 +199,9 @@ class OrderDetailCore extends ObjectModel
),
'hidden_fields' => array('tax_rate', 'tax_name'),
'associations' => array(
'taxes' => array('resource' => 'tax', 'getter' => 'getWsTaxes', 'setter' => false,
'fields' => array('id' => array(), ),
),
'taxes' => array('resource' => 'tax', 'getter' => 'getWsTaxes', 'setter' => false,
'fields' => array('id' => array(), ),
),
));
/** @var bool */