From 7155bf635a8b395e14401212f4dc22298d98cc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 13 Mar 2023 19:49:43 +0800 Subject: [PATCH] Removed the data-entry-type attribute from the journal entry editor form. The entry type is passed by the object. There is no need to store this information in the HTML anymore. --- .../transaction/include/journal-entry-editor-modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/templates/accounting/transaction/include/journal-entry-editor-modal.html b/src/accounting/templates/accounting/transaction/include/journal-entry-editor-modal.html index a659b4c..75157d3 100644 --- a/src/accounting/templates/accounting/transaction/include/journal-entry-editor-modal.html +++ b/src/accounting/templates/accounting/transaction/include/journal-entry-editor-modal.html @@ -19,7 +19,7 @@ journal-entry-editor-modal.html: The modal of the journal entry editor Author: imacat@mail.imacat.idv.tw (imacat) First written: 2023/2/25 #} -
+