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>
@ -276,7 +276,7 @@
<table class="table table-flush table-hover" cellspacing="0" cellpadding="0" style="margin-bottom: 36px;"> <table class="table table-flush table-hover" cellspacing="0" cellpadding="0" style="margin-bottom: 36px;">
<thead style="background-color: #f6f9fc; -webkit-print-color-adjust: exact; font-family: Arial, sans-serif; color:#8898aa; font-size:11px;"> <thead style="background-color: #f6f9fc; -webkit-print-color-adjust: exact; font-family: Arial, sans-serif; color:#8898aa; font-size:11px;">
<tr class="border-bottom-1"> <tr class="border-bottom-1">
@if (!$hideRelatedDocumentNumber) @if (!$hideRelatedDocumentNumber)
<th class="item text-left" style="text-align: left; text-transform: uppercase; font-family: Arial, sans-serif;"> <th class="item text-left" style="text-align: left; text-transform: uppercase; font-family: Arial, sans-serif;">
<span>{{ trans_choice($textRelatedDocumentNumber, 1) }}</span> <span>{{ trans_choice($textRelatedDocumentNumber, 1) }}</span>
@ -346,4 +346,4 @@
</tbody> </tbody>
</table> </table>
@endif @endif
@endif @endif