From 5468010c877a5b93139b50384632f918a74483a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 18 Apr 2023 07:10:26 +0800 Subject: [PATCH] Removed the account code from the account list with unmatched offsets for mobile screens. --- .../templates/accounting/report/unmatched-accounts.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/accounting/templates/accounting/report/unmatched-accounts.html b/src/accounting/templates/accounting/report/unmatched-accounts.html index f65add5..ad71026 100644 --- a/src/accounting/templates/accounting/report/unmatched-accounts.html +++ b/src/accounting/templates/accounting/report/unmatched-accounts.html @@ -59,7 +59,10 @@ First written: 2023/4/17
{% for account in report.accounts %} -
{{ account }}
+
+ {{ account.code }} + {{ account.title|title }} +
{{ account.count }}
{% endfor %}