diff --git a/src/accounting/static/js/journal-entry-account-selector.js b/src/accounting/static/js/journal-entry-account-selector.js index 3e7f753..4f43ea6 100644 --- a/src/accounting/static/js/journal-entry-account-selector.js +++ b/src/accounting/static/js/journal-entry-account-selector.js @@ -90,7 +90,7 @@ class JournalEntryAccountSelector { * @param debitCredit {string} either "debit" or "credit" */ constructor(lineItemEditor, debitCredit) { - this.lineItemEditor = lineItemEditor + this.lineItemEditor = lineItemEditor; this.#debitCredit = debitCredit; const prefix = `accounting-account-selector-${debitCredit}`; this.#query = document.getElementById(`${prefix}-query`);