From fe87c3a7dee8000ea26a9bd895ec9249bd1ccf61 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 17:54:56 +0800 Subject: [PATCH] Fixed the documentation of the #side property of the JavaScript JournalEntryEditor class. --- src/accounting/static/js/transaction-form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/static/js/transaction-form.js b/src/accounting/static/js/transaction-form.js index 63c7df3..74f6bb1 100644 --- a/src/accounting/static/js/transaction-form.js +++ b/src/accounting/static/js/transaction-form.js @@ -848,7 +848,7 @@ class JournalEntryEditor { #entry; /** - * The debit or credit entry side sub-form, when adding a new entry + * The debit or credit entry side sub-form * @type {DebitCreditSideSubForm} */ #side;