1
0
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:
Hillel Coren 2018-03-13 08:14:24 +02:00
parent e812234314
commit e811c8027a

View File

@ -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