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():
|
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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user