Show Bill To field on documents and transactions
This commit is contained in:
parent
4274dcfa88
commit
d355150d04
@ -74,7 +74,7 @@
|
||||
<div class="col-58">
|
||||
<div class="text company">
|
||||
<br>
|
||||
@if ($hideContactInfo)
|
||||
@if (!$hideContactInfo)
|
||||
<strong>{{ trans($textContactInfo) }}</strong><br>
|
||||
@endif
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user