This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[minor] don't allow transactions in contact/address link_doctype field
version-14
mbauskar
8 years ago
parent
3c95bd36c6
commit
e7b520d443
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
frappe/email/doctype/contact/contact.js
+2
-2
frappe/geo/doctype/address/address.js
+ 2
- 2
frappe/email/doctype/contact/contact.js
View File
@@ -33,8 +33,8 @@ frappe.ui.form.on("Contact", {
return {
query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes",
filters: {
fieldtype: "L
ink
",
options: frm.doc.doctype
,
fieldtype: "
HTM
L",
fieldname: "contact_html"
,
}
}
});
+ 2
- 2
frappe/geo/doctype/address/address.js
View File
@@ -17,8 +17,8 @@ frappe.ui.form.on("Address", {
return {
query: "frappe.geo.address_and_contact.filter_dynamic_link_doctypes",
filters: {
fieldtype: "L
ink
",
options: frm.doc.doctype
,
fieldtype: "
HTM
L",
fieldname: "address_html"
,
}
}
});
Write
Preview
Loading…
Cancel
Save