1 Commits

Author SHA1 Message Date
66778ea7c4 fix search query
Signed-off-by: envoyr <hello@envoyr.com>
2024-12-08 13:30:02 +01:00

View File

@@ -26,7 +26,7 @@ class Domains
{ {
return $this->customer->server->request('Domains.listing', [ return $this->customer->server->request('Domains.listing', [
'sql_search' => [ 'sql_search' => [
'customerid' => [ 'c.customerid' => [
'op' => '=', 'op' => '=',
'value' => $this->customer->id, 'value' => $this->customer->id,
] ]