Fixed the error calling the old "setEnableDescriptionAccount" method in the saveOriginalLineItem method of the JavaScript JournalEntryLineItemEditor class.
This commit is contained in:
		| @@ -276,7 +276,6 @@ class JournalEntryLineItemEditor { | ||||
|         this.originalLineItemDate = originalLineItem.date; | ||||
|         this.originalLineItemText = originalLineItem.text; | ||||
|         this.#originalLineItemText.innerText = originalLineItem.text; | ||||
|         this.#setEnableDescriptionAccount(false); | ||||
|         if (this.description === null) { | ||||
|             if (originalLineItem.description === "") { | ||||
|                 this.#descriptionControl.classList.remove("accounting-not-empty"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user