1
0
forked from test/crm

chore: renamed From & To as Caller & Receiver

This commit is contained in:
Shariq Ansari 2025-01-30 12:54:48 +05:30
parent ac165df0e9
commit b21d2aea6f

View File

@ -13,14 +13,14 @@ class CRMCallLog(Document):
def default_list_data(): def default_list_data():
columns = [ columns = [
{ {
"label": "From", "label": "Caller",
"type": "Link", "type": "Link",
"key": "caller", "key": "caller",
"options": "User", "options": "User",
"width": "9rem", "width": "9rem",
}, },
{ {
"label": "To", "label": "Receiver",
"type": "Link", "type": "Link",
"key": "receiver", "key": "receiver",
"options": "User", "options": "User",