[minor] don't allow transactions in contact/address link_doctype field
This commit is contained in:
parent
3c95bd36c6
commit
e7b520d443
2 changed files with 4 additions and 4 deletions
|
|
@ -33,8 +33,8 @@ frappe.ui.form.on("Contact", {
|
|||
return {
|
||||
query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes",
|
||||
filters: {
|
||||
fieldtype: "Link",
|
||||
options: frm.doc.doctype,
|
||||
fieldtype: "HTML",
|
||||
fieldname: "contact_html",
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ frappe.ui.form.on("Address", {
|
|||
return {
|
||||
query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes",
|
||||
filters: {
|
||||
fieldtype: "Link",
|
||||
options: frm.doc.doctype,
|
||||
fieldtype: "HTML",
|
||||
fieldname: "address_html",
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue