fix: Update style of call log shown in timeline

This commit is contained in:
Suraj Shetty
2021-02-08 18:43:26 +05:30
parent c4d67c2afe
commit 723e6dd73f
2 changed files with 21 additions and 20 deletions

View File

@@ -165,6 +165,8 @@ def get_linked_call_logs(doctype, docname):
for log in logs:
log.show_call_button = 0
timeline_contents.append({
'icon': 'call',
'is_card': True,
'creation': log.creation,
'template': 'call_link',
'template_data': log