mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix for client overview
This commit is contained in:
parent
e812234314
commit
e811c8027a
@ -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…
Reference in New Issue
Block a user