From a9acc18a6f8686b6703de200371499a78d328610 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:13:10 +0800 Subject: [PATCH] Removed the account code from the journal entry detail for mobile screens. --- .../accounting/journal-entry/include/detail-line-items.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/accounting/templates/accounting/journal-entry/include/detail-line-items.html b/src/accounting/templates/accounting/journal-entry/include/detail-line-items.html index d6489f7..6b2746c 100644 --- a/src/accounting/templates/accounting/journal-entry/include/detail-line-items.html +++ b/src/accounting/templates/accounting/journal-entry/include/detail-line-items.html @@ -24,7 +24,10 @@ First written: 2023/3/14
  • -
    {{ line_item.account }}
    +
    + {{ line_item.account.code }} + {{ line_item.account.title|title }} +
    {% if line_item.description is not none %}
    {{ line_item.description }}
    {% endif %}