[-] WS : Fix xlink

[*] WS : Add entity tax_rule_groups
[*] WS : Fix ObjectModel issue
[*] WS : Delete sqlId not used
[*] WS : Fix entity configurations
[*] WS : Fix entity translated_configurations


git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13138 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aKorczak
2012-02-08 15:42:53 +00:00
parent f4d3ca50f1
commit de544a8be4
6 changed files with 31 additions and 7 deletions
+2 -2
View File
@@ -95,8 +95,8 @@ class CountryCore extends ObjectModel
protected $webserviceParameters = array(
'objectsNodeName' => 'countries',
'fields' => array(
'id_zone' => array('sqlId' => 'id_zone', 'xlink_resource'=> 'zones'),
'id_currency' => array('sqlId' => 'id_currency', 'xlink_resource'=> 'currencies'),
'id_zone' => array('xlink_resource'=> 'zones'),
'id_currency' => array('xlink_resource'=> 'currencies'),
),
);