Merge pull request #30711 from surajshetty3416/call-log-fixes

This commit is contained in:
Suraj Shetty 2022-04-14 10:05:52 +05:30 committed by GitHub
commit 5ed9b9f42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View File

@ -19,7 +19,6 @@ class TestQualityProcedure(unittest.TestCase):
)
).insert()
frappe.local.form_dict = frappe._dict(
doctype="Quality Procedure",
quality_procedure_name="Test Child 1",

View File

@ -141,27 +141,30 @@
},
{
"fieldname": "employee_user_id",
"fieldtype": "Data",
"fieldtype": "Link",
"hidden": 1,
"label": "Employee User Id"
"label": "Employee User Id",
"options": "Employee"
},
{
"fieldname": "type_of_call",
"fieldtype": "Data",
"label": "Type Of Call"
"fieldtype": "Link",
"label": "Type Of Call",
"options": "Telephony Call Type"
},
{
"depends_on": "to",
"fieldname": "call_received_by",
"fieldtype": "Data",
"fieldtype": "Link",
"label": "Call Received By",
"options": "User",
"read_only": 1
}
],
"in_create": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-02-25 14:37:48.575230",
"modified": "2022-04-14 00:18:31.148428",
"modified_by": "Administrator",
"module": "Telephony",
"name": "Call Log",