[-] 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
This commit is contained in:
aKorczak
2012-02-08 15:42:53 +00:00
parent 1e82f49c7f
commit 641d84a277
6 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class TaxRuleCore extends ObjectModel
protected $webserviceParameters = array(
'fields' => array(
'id_tax_rules_group' => array('xlink_resource'=> 'tax_rules_group'),
'id_tax_rules_group' => array('xlink_resource'=> 'tax_rule_groups'),
'id_state' => array('xlink_resource'=> 'states'),
'id_country' => array('xlink_resource'=> 'countries')
),