diff --git a/src/accounting/static/js/account-form.js b/src/accounting/static/js/account-form.js index 49dbc42..726717f 100644 --- a/src/accounting/static/js/account-form.js +++ b/src/accounting/static/js/account-form.js @@ -23,7 +23,7 @@ // Initializes the page JavaScript. document.addEventListener("DOMContentLoaded", function () { - initializeBaseAccountSelector() + initializeBaseAccountSelector(); document.getElementById("account-base-code") .onchange = validateBase; document.getElementById("account-title")