added amount due to email templates

This commit is contained in:
Denis Duliçi
2021-01-22 14:24:53 +03:00
parent ab0553bfb4
commit dbab1d93c3
5 changed files with 26 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<div class="{{ $classHeaderStatus }}">
{{ trans_choice('general.statuses', 1) }}
<br>
<strong>
<span class="float-left">
<span class="badge badge-{{ $document->status_label }}">
@ -41,7 +41,7 @@
<strong>
<span class="float-left">
@money($document->amount - $document->paid, $document->currency_code, true)
@money($document->amount_due, $document->currency_code, true)
</span>
</strong>
<br><br>