From 0104fa4c21c4c2e13a398c5eed47b43759873630 Mon Sep 17 00:00:00 2001 From: imacat Date: Tue, 24 Oct 2023 04:43:11 +0530 Subject: [PATCH] Fixed an icon in the detail of the cash receipt journal entry. --- .../templates/accounting/journal-entry/receipt/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/templates/accounting/journal-entry/receipt/detail.html b/src/accounting/templates/accounting/journal-entry/receipt/detail.html index 84b5610..6ebd9e2 100644 --- a/src/accounting/templates/accounting/journal-entry/receipt/detail.html +++ b/src/accounting/templates/accounting/journal-entry/receipt/detail.html @@ -23,7 +23,7 @@ First written: 2023/2/26 {% block as_trasfer %} - + {{ A_("As Transfer") }} {% endblock %}