Merge pull request #30711 from surajshetty3416/call-log-fixes
This commit is contained in:
commit
5ed9b9f42f
@ -19,7 +19,6 @@ class TestQualityProcedure(unittest.TestCase):
|
|||||||
)
|
)
|
||||||
).insert()
|
).insert()
|
||||||
|
|
||||||
|
|
||||||
frappe.local.form_dict = frappe._dict(
|
frappe.local.form_dict = frappe._dict(
|
||||||
doctype="Quality Procedure",
|
doctype="Quality Procedure",
|
||||||
quality_procedure_name="Test Child 1",
|
quality_procedure_name="Test Child 1",
|
||||||
|
@ -141,27 +141,30 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "employee_user_id",
|
"fieldname": "employee_user_id",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Link",
|
||||||
"hidden": 1,
|
"hidden": 1,
|
||||||
"label": "Employee User Id"
|
"label": "Employee User Id",
|
||||||
|
"options": "Employee"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "type_of_call",
|
"fieldname": "type_of_call",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Link",
|
||||||
"label": "Type Of Call"
|
"label": "Type Of Call",
|
||||||
|
"options": "Telephony Call Type"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"depends_on": "to",
|
"depends_on": "to",
|
||||||
"fieldname": "call_received_by",
|
"fieldname": "call_received_by",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Link",
|
||||||
"label": "Call Received By",
|
"label": "Call Received By",
|
||||||
|
"options": "User",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"in_create": 1,
|
"in_create": 1,
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2022-02-25 14:37:48.575230",
|
"modified": "2022-04-14 00:18:31.148428",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Telephony",
|
"module": "Telephony",
|
||||||
"name": "Call Log",
|
"name": "Call Log",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user