mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
[minor] auto close opportunity after 7 days
This commit is contained in:
@@ -129,7 +129,7 @@ erpnext.utils.get_contact_details = function(frm) {
|
||||
|
||||
if(frm.doc["contact_person"]) {
|
||||
frappe.call({
|
||||
method: "erpnext.utilities.doctype.contact.contact.get_contact_details",
|
||||
method: "frappe.email.doctype.contact.contact.get_contact_details",
|
||||
args: {contact: frm.doc.contact_person },
|
||||
callback: function(r) {
|
||||
if(r.message)
|
||||
|
||||
Reference in New Issue
Block a user