瀏覽代碼

[minor] don't allow transactions in contact/address link_doctype field

version-14
mbauskar 8 年之前
父節點
當前提交
e7b520d443
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. +2
    -2
      frappe/email/doctype/contact/contact.js
  2. +2
    -2
      frappe/geo/doctype/address/address.js

+ 2
- 2
frappe/email/doctype/contact/contact.js 查看文件

@@ -33,8 +33,8 @@ frappe.ui.form.on("Contact", {
return { return {
query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes", query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes",
filters: { filters: {
fieldtype: "Link",
options: frm.doc.doctype,
fieldtype: "HTML",
fieldname: "contact_html",
} }
} }
}); });


+ 2
- 2
frappe/geo/doctype/address/address.js 查看文件

@@ -17,8 +17,8 @@ frappe.ui.form.on("Address", {
return { return {
query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes", query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes",
filters: { filters: {
fieldtype: "Link",
options: frm.doc.doctype,
fieldtype: "HTML",
fieldname: "address_html",
} }
} }
}); });


Loading…
取消
儲存