diff --git a/src/accounting/static/js/account-selector.js b/src/accounting/static/js/account-selector.js index d8bb044..9f9bb6e 100644 --- a/src/accounting/static/js/account-selector.js +++ b/src/accounting/static/js/account-selector.js @@ -230,6 +230,7 @@ class AccountSelector { const formAccountControl = document.getElementById("accounting-entry-form-account-control"); formAccountControl.onclick = () => this.#selectors[entryForm.dataset.entryType].initShow(); } + /** * Initializes the account selector for the journal entry form. *x