From d9ccefa27c0d58170d9064a7dd9c6968cac7980e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 16 Jul 2020 23:59:07 +0800 Subject: [PATCH] Revised the template of the cash summary in the accounting transaction. --- accounting/templates/accounting/cash_summary.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accounting/templates/accounting/cash_summary.html b/accounting/templates/accounting/cash_summary.html index df10e40..d620bd1 100644 --- a/accounting/templates/accounting/cash_summary.html +++ b/accounting/templates/accounting/cash_summary.html @@ -136,7 +136,7 @@ First written: 2020/7/15 {{ record.balance|intcomma:False }} - + {{ record.cumulative_balance|intcomma:False }} @@ -154,7 +154,7 @@ First written: 2020/7/15 {{ record.balance|intcomma:False }} - + {{ record.cumulative_balance|intcomma:False }}