Revised the JavaScript DebitCreditSubForm to have a better visual effect when the line item editor is opened and closed with no line items.

This commit is contained in:
2023-03-24 07:58:32 +08:00
parent dc432da398
commit 7c512b1c15
2 changed files with 15 additions and 1 deletions

View File

@ -249,6 +249,7 @@ class JournalEntryLineItemEditor {
}
return false;
};
this.modal.addEventListener("hidden.bs.modal", () => this.#debitCreditSubForm.onLineItemEditorClosed());
}
/**