Fixed the addJournalEntry method of the DebitCreditSideSubForm sub-form to re-validate the whole side after a new journal entry is added.
This commit is contained in:
parent
6a671cac84
commit
b3c666c872
@ -502,6 +502,7 @@ class DebitCreditSideSubForm {
|
||||
this.#entries.push(entry);
|
||||
this.#resetDeleteJournalEntryButtons();
|
||||
this.#initializeDragAndDropReordering();
|
||||
this.validate();
|
||||
return entry;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user