mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
fix: Update style of call log shown in timeline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user