mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor changes for completed.blade.php
This commit is contained in:
parent
6ca41f7e78
commit
9b4e6472cb
@ -70,7 +70,7 @@
|
|||||||
<p><b>{{ ctrans('texts.documents') }}:</b> {{ count($company->documents) }} </p>
|
<p><b>{{ ctrans('texts.documents') }}:</b> {{ count($company->documents) }} </p>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if($check_data)
|
@if(isset($check_data))
|
||||||
<p><b>Data Quality:</b></p>
|
<p><b>Data Quality:</b></p>
|
||||||
<p> {!! $check_data !!} </p>
|
<p> {!! $check_data !!} </p>
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user