Skip to content

Commit

Permalink
chore: renamed From & To as Caller & Receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Jan 30, 2025
1 parent ac165df commit b21d2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_call_log/crm_call_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b21d2ae

Please sign in to comment.