Removed an excess closing </div> in the template of the trial balance.

This commit is contained in:
依瑪貓 2023-03-07 09:23:11 +08:00
parent 81fbb380b4
commit fcefc64117

View File

@ -148,7 +148,6 @@ First written: 2023/3/5
<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>
{% else %}