[-] 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:
+2
-2
@@ -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'),
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user