mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for client overview
This commit is contained in:
parent
1caadb00ee
commit
5343e0d8b1
@ -124,7 +124,9 @@
|
||||
@endif
|
||||
|
||||
@if ($client->industry || $client->size)
|
||||
{{ $client->industry->name }}
|
||||
@if ($client->industry)
|
||||
{{ $client->industry->name }}
|
||||
@endif
|
||||
@if ($client->industry && $client->size)
|
||||
|
|
||||
@endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user