Merge pull request #2869 from EnesSacid-Buker/style-issue

Typo issue
This commit is contained in:
Cüneyt Şentürk 2023-01-16 14:44:01 +03:00 committed by GitHub
commit e429d2f283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@
<td class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
@if ($transaction->contact->tax_number)
{{ trans('general.tax_number') }}: {{ $transaction->contact->tax_number }}
{{ $transaction->contact->tax_number }}
@endif
</td>
</tr>