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():
columns = [
{
"label": "From",
"label": "Caller",
"type": "Link",
"key": "caller",
"options": "User",
"width": "9rem",
},
{
"label": "To",
"label": "Receiver",
"type": "Link",
"key": "receiver",
"options": "User",