feat: Add medium field in call log doctype

This commit is contained in:
Suraj Shetty
2019-06-17 08:27:00 +05:30
parent be1dddd596
commit 3fdeffff7a
2 changed files with 10 additions and 6 deletions

View File

@@ -6,8 +6,9 @@
"field_order": [
"id",
"from",
"column_break_3",
"to",
"column_break_3",
"medium",
"section_break_5",
"status",
"duration",
@@ -70,9 +71,14 @@
"fieldtype": "Data",
"label": "Recording URL",
"read_only": 1
},
{
"fieldname": "medium",
"fieldtype": "Data",
"label": "Medium"
}
],
"modified": "2019-06-17 08:01:46.881008",
"modified": "2019-06-17 08:21:20.665441",
"modified_by": "Administrator",
"module": "Communication",
"name": "Call Log",