fix: Error correction
This commit is contained in:
parent
2050cfb03f
commit
f54d2d985e
1 changed files with 3 additions and 0 deletions
|
|
@ -334,6 +334,9 @@ frappe.ui.form.ControlLink = class ControlLink extends frappe.ui.form.ControlDat
|
|||
me.$input.cache[doctype][term] = r.message;
|
||||
me.awesomplete.list = me.$input.cache[doctype][term];
|
||||
me.toggle_href(doctype);
|
||||
r.message.forEach((item) => {
|
||||
frappe.utils.add_link_title(doctype, item.value, item.label);
|
||||
});
|
||||
},
|
||||
});
|
||||
}, 500)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue