浏览代码

communication medium added in dialog view

version-14
Nabin Hait 11 年前
父节点
当前提交
2788ad374c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/public/js/frappe/views/communication.js

+ 1
- 1
frappe/public/js/frappe/views/communication.js 查看文件

@@ -148,7 +148,7 @@ frappe.views.CommunicationComposer = Class.extend({
{label:frappe._("Send As Email"), fieldtype:"Check", {label:frappe._("Send As Email"), fieldtype:"Check",
fieldname:"send_email"}, fieldname:"send_email"},
{label:frappe._("Communication Medium"), fieldtype:"Select", {label:frappe._("Communication Medium"), fieldtype:"Select",
options: ["Phone", "Chat", "Email", "SMS", "Other"],
options: ["Phone", "Chat", "Email", "SMS", "Visit", "Other"],
fieldname:"communication_medium"}, fieldname:"communication_medium"},
{label:frappe._("Sent or Received"), fieldtype:"Select", {label:frappe._("Sent or Received"), fieldtype:"Select",
options: ["Received", "Sent"], options: ["Received", "Sent"],


正在加载...
取消
保存