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
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>