mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes for switch
This commit is contained in:
parent
595cccc97d
commit
df52a48701
@ -128,7 +128,7 @@ class SearchController extends Controller
|
||||
case 'client_contacts':
|
||||
|
||||
if($result['_source']['__soft_deleted']) // do not return deleted contacts
|
||||
continue;
|
||||
break;
|
||||
|
||||
$this->client_contacts[] = [
|
||||
'name' => $result['_source']['name'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user