|
@@ -154,7 +154,7 @@ class ClientChoiceLoader implements ChoiceLoaderInterface
|
|
$params = array();
|
|
$params = array();
|
|
if ($filter !== false) {
|
|
if ($filter !== false) {
|
|
$params['name'] = urlencode($filter);
|
|
$params['name'] = urlencode($filter);
|
|
- $params['tenancy_id'] = $this->tenancyService->getTenancyIdCurrent();
|
|
|
|
|
|
+ $params['tenancyId'] = $this->tenancyService->getTenancyIdCurrent();
|
|
}
|
|
}
|
|
$choices = $this->webservice->getChoices('client', $params);
|
|
$choices = $this->webservice->getChoices('client', $params);
|
|
|
|
|