Merge pull request #2326 from burakcakirel/show-bill-to-text

Show Bill To field on documents and transactions
This commit is contained in:
Cüneyt Şentürk 2021-12-01 14:19:44 +03:00 committed by GitHub
commit 4c8a14f10a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

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