Fixed an HTML error in the template of the trial balance.

This commit is contained in:
依瑪貓 2023-03-08 12:08:13 +08:00
parent 617dd29f23
commit d5bd3b8383

View File

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