From d5bd3b83832f6deb11db44e0d33689af383059ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 8 Mar 2023 12:08:13 +0800 Subject: [PATCH] Fixed an HTML error in the template of the trial balance. --- src/accounting/templates/accounting/report/trial-balance.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/accounting/templates/accounting/report/trial-balance.html b/src/accounting/templates/accounting/report/trial-balance.html index 8a3da7d..efb4e73 100644 --- a/src/accounting/templates/accounting/report/trial-balance.html +++ b/src/accounting/templates/accounting/report/trial-balance.html @@ -86,6 +86,7 @@ First written: 2023/3/5
{{ A_("Total") }}
{{ report.total.debit|accounting_format_amount }}
{{ report.total.credit|accounting_format_amount }}
+