From cafbeffa280c8f022fb3148b3c54a90e8f5a9c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 14 Jul 2020 10:52:08 +0800 Subject: [PATCH] Applied text color to negative values in the cash account. --- accounting/templates/accounting/cash.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/accounting/templates/accounting/cash.html b/accounting/templates/accounting/cash.html index e82ac25..c1aba9f 100644 --- a/accounting/templates/accounting/cash.html +++ b/accounting/templates/accounting/cash.html @@ -107,9 +107,9 @@ First written: 2020/7/1 {{ text|force_escape }} {% endif %} - {{ record.credit_amount|accounting_amount }} - {{ record.debit_amount|accounting_amount }} - {{ record.balance|accounting_amount }} + {{ record.credit_amount|accounting_amount }} + {{ record.debit_amount|accounting_amount }} + {{ record.balance|accounting_amount }} {% if record.sn is not None %}