From 77da7862c672e8e11ff2ef7e7fdbfb95c46d7eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 15 Jul 2020 19:07:22 +0800 Subject: [PATCH] Removed an unnecessary if-condition in the template of the cash account. --- accounting/templates/accounting/cash.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accounting/templates/accounting/cash.html b/accounting/templates/accounting/cash.html index d5a1057..de4241c 100644 --- a/accounting/templates/accounting/cash.html +++ b/accounting/templates/accounting/cash.html @@ -118,8 +118,8 @@ First written: 2020/7/1 {{ text|force_escape }} {% endif %} - {{ record.credit_amount|accounting_amount }} - {{ record.debit_amount|accounting_amount }} + {{ record.credit_amount|accounting_amount }} + {{ record.debit_amount|accounting_amount }} {{ record.balance|accounting_amount }} {% if record.sn is not None %}