Fixed an HTML error in the template of the trial balance.
This commit is contained in:
parent
617dd29f23
commit
d5bd3b8383
@ -86,6 +86,7 @@ First written: 2023/3/5
|
||||
<div>{{ A_("Total") }}</div>
|
||||
<div class="accounting-amount">{{ report.total.debit|accounting_format_amount }}</div>
|
||||
<div class="accounting-amount">{{ report.total.credit|accounting_format_amount }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user