Removed the unused static validateAccount method from the JavaScript journal entry editor.
This commit is contained in:
@ -376,12 +376,4 @@ class JournalEntryEditor {
|
||||
static edit(entry, accountCode, accountText, summary, amount) {
|
||||
this.#editor.#onEdit(entry, accountCode, accountText, summary, amount);
|
||||
}
|
||||
|
||||
/**
|
||||
* Validates the account when the account is updated from the account selector.
|
||||
*
|
||||
*/
|
||||
static validateAccount() {
|
||||
this.#editor.#validateAccount();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user