소스 검색

[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 {
query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes",
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 {
query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes",
filters: {
fieldtype: "Link",
options: frm.doc.doctype,
fieldtype: "HTML",
fieldname: "address_html",
}
}
});


불러오는 중...
취소
저장