From b6ea944eb5e54b00984b61f2842ae02bf7ca27b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 13 Apr 2026 16:56:01 +0800 Subject: [PATCH] Fix the typo in the block name from as_trasfer to as_transfer in the journal entry detail templates --- .../accounting/journal-entry/disbursement/detail.html | 4 ++-- .../templates/accounting/journal-entry/include/detail.html | 4 ++-- .../templates/accounting/journal-entry/receipt/detail.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/accounting/templates/accounting/journal-entry/disbursement/detail.html b/src/accounting/templates/accounting/journal-entry/disbursement/detail.html index 6c54747..a3e3bce 100644 --- a/src/accounting/templates/accounting/journal-entry/disbursement/detail.html +++ b/src/accounting/templates/accounting/journal-entry/disbursement/detail.html @@ -2,7 +2,7 @@ The Mia! Accounting Project detail.html: The cash disbursement journal entry detail - Copyright (c) 2023 imacat. + Copyright (c) 2023-2026 imacat. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ First written: 2023/2/26 #} {% extends "accounting/journal-entry/include/detail.html" %} -{% block as_trasfer %} +{% block as_transfer %} {{ A_("As Transfer") }} diff --git a/src/accounting/templates/accounting/journal-entry/include/detail.html b/src/accounting/templates/accounting/journal-entry/include/detail.html index a301990..69d4191 100644 --- a/src/accounting/templates/accounting/journal-entry/include/detail.html +++ b/src/accounting/templates/accounting/journal-entry/include/detail.html @@ -2,7 +2,7 @@ The Mia! Accounting Project detail.html: The account detail - Copyright (c) 2023 imacat. + Copyright (c) 2023-2026 imacat. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ First written: 2023/2/26 {{ A_("Order") }} {% if accounting_can_edit() %} - {% block as_trasfer %}{% endblock %} + {% block as_transfer %}{% endblock %} {% if obj.can_delete %}