From 77599fe44301e79b24d96c00f7a4d3ecbf6af901 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Thu, 14 Apr 2022 12:32:31 +0530 Subject: [PATCH] fix: Set correct options for link field issue introduced via https://github.com/frappe/erpnext/pull/30711 --- erpnext/telephony/doctype/call_log/call_log.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/telephony/doctype/call_log/call_log.json b/erpnext/telephony/doctype/call_log/call_log.json index c0d416c1c29..a41ddb19f91 100644 --- a/erpnext/telephony/doctype/call_log/call_log.json +++ b/erpnext/telephony/doctype/call_log/call_log.json @@ -144,7 +144,7 @@ "fieldtype": "Link", "hidden": 1, "label": "Employee User Id", - "options": "Employee" + "options": "User" }, { "fieldname": "type_of_call", @@ -157,14 +157,14 @@ "fieldname": "call_received_by", "fieldtype": "Link", "label": "Call Received By", - "options": "User", + "options": "Employee", "read_only": 1 } ], "in_create": 1, "index_web_pages_for_search": 1, "links": [], - "modified": "2022-04-14 00:18:31.148428", + "modified": "2022-04-14 02:59:22.503202", "modified_by": "Administrator", "module": "Telephony", "name": "Call Log",