mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove company name from client selector
This commit is contained in:
parent
b7087a36ec
commit
d88b21a2e2
@ -25,7 +25,7 @@
|
|||||||
@foreach($multiple_contacts as $contact)
|
@foreach($multiple_contacts as $contact)
|
||||||
<a data-turbolinks="false"
|
<a data-turbolinks="false"
|
||||||
href="{{ route('client.switch_company', $contact->hashed_id) }}"
|
href="{{ route('client.switch_company', $contact->hashed_id) }}"
|
||||||
class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900">{{ $contact->client->present()->name()}} - {{ $contact->company->present()->name() }}
|
class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900">{{ $contact->client->present()->name()}}
|
||||||
</a>
|
</a>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user