chore: renamed From & To as Caller & Receiver
This commit is contained in:
parent
ac165df0e9
commit
b21d2aea6f
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user