Show Bill To field on documents and transactions

This commit is contained in:
Burak Çakırel 2021-12-01 11:10:49 +00:00
parent 4274dcfa88
commit d355150d04
No known key found for this signature in database
GPG Key ID: 48FFBB7771B99C7C
2 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@
<div class="col-58"> <div class="col-58">
<div class="text company"> <div class="text company">
<br> <br>
@if ($hideContactInfo) @if (!$hideContactInfo)
<strong>{{ trans($textContactInfo) }}</strong><br> <strong>{{ trans($textContactInfo) }}</strong><br>
@endif @endif

View File

@ -165,7 +165,7 @@
</td> </td>
</tr> </tr>
@if ($hideContactInfo) @if (!$hideContactInfo)
<tr> <tr>
<td style="padding-bottom:5px; padding-top:0; font-size:14px;"> <td style="padding-bottom:5px; padding-top:0; font-size:14px;">
<strong>{{ trans($textContactInfo) }}</strong><br> <strong>{{ trans($textContactInfo) }}</strong><br>