[-] WS : Fix bug from 1.4 Groups for entity customers API
This commit is contained in:
@@ -758,7 +758,7 @@ class CustomerCore extends ObjectModel
|
||||
FROM '._DB_PREFIX_.'customer_group cg
|
||||
WHERE cg.`id_customer` = '.(int)$this->id);
|
||||
}
|
||||
|
||||
|
||||
public function setWsGroups($result)
|
||||
{
|
||||
$groups = array();
|
||||
|
||||
Reference in New Issue
Block a user