|
@@ -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"], |
|
|