fixed count problem

This commit is contained in:
vedatakd 2020-12-24 23:55:01 -08:00
parent 18c2a046f2
commit cdff143992

View File

@ -182,7 +182,7 @@
</div> </div>
</div> </div>
{% if count(custom_fields) %} {% if custom_fields and count(custom_fields) %}
<h5 class="mt-5 pb-1 border-bottom"> <h5 class="mt-5 pb-1 border-bottom">
{{ trans('visiosoft.module.advs::field.additional_fields') }} {{ trans('visiosoft.module.advs::field.additional_fields') }}
</h5> </h5>