mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix bug on client overview page
This commit is contained in:
parent
9664b0531d
commit
2e80896387
@ -128,7 +128,9 @@
|
||||
@if ($client->industry && $client->size)
|
||||
|
|
||||
@endif
|
||||
{{ $client->size->name }}<br/>
|
||||
@if ($client->size)
|
||||
{{ $client->size->name }}<br/>
|
||||
@endif
|
||||
@endif
|
||||
|
||||
@if ($client->website)
|
||||
|
Loading…
x
Reference in New Issue
Block a user