mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for client overview
This commit is contained in:
parent
e812234314
commit
e811c8027a
@ -124,7 +124,9 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if ($client->industry || $client->size)
|
@if ($client->industry || $client->size)
|
||||||
|
@if ($client->industry)
|
||||||
{{ $client->industry->name }}
|
{{ $client->industry->name }}
|
||||||
|
@endif
|
||||||
@if ($client->industry && $client->size)
|
@if ($client->industry && $client->size)
|
||||||
|
|
|
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user