소스 검색

Bug in contact.js (#3546)

version-14
Charles-Henri Decultot 8 년 전
committed by Rushabh Mehta
부모
커밋
fb85e91ed6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/contacts/doctype/contact/contact.js

+ 1
- 1
frappe/contacts/doctype/contact/contact.js 파일 보기

@@ -19,7 +19,7 @@ frappe.ui.form.on("Contact", {
if(!frm.doc.user && !frm.is_new() && frm.perm[0].write) {
frm.add_custom_button(__("Invite as User"), function() {
frappe.call({
method: "frappe.email.doctype.contact.contact.invite_user",
method: "frappe.contacts.doctype.contact.contact.invite_user",
args: {
contact: frm.doc.name
},


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