Explorar o código

Se cambiar tenancy_id por tenancyId en la petición de clientes.

Maximiliano Schvindt %!s(int64=8) %!d(string=hai) anos
pai
achega
802daaaa11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Form/ChoiceList/Loader/ClientChoiceLoader.php

+ 1 - 1
Form/ChoiceList/Loader/ClientChoiceLoader.php

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