mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
feat: Add call recording URL field to call log
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"section_break_5",
|
||||
"status",
|
||||
"duration",
|
||||
"recording_url",
|
||||
"summary"
|
||||
],
|
||||
"fields": [
|
||||
@@ -63,9 +64,15 @@
|
||||
"fieldtype": "Data",
|
||||
"label": "Summary",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "recording_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "Recording URL",
|
||||
"read_only": 1
|
||||
}
|
||||
],
|
||||
"modified": "2019-06-07 09:49:07.623814",
|
||||
"modified": "2019-06-17 08:01:46.881008",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Communication",
|
||||
"name": "Call Log",
|
||||
|
||||
Reference in New Issue
Block a user