[minor] auto close opportunity after 7 days

This commit is contained in:
mbauskar
2017-02-16 19:36:59 +05:30
parent de45b0eddc
commit e1e25a0c9d
4 changed files with 14 additions and 2 deletions

View File

@@ -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)