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