fix: changed lead_owner to deal_owner in newDeal component

This commit is contained in:
Shariq Ansari 2023-12-11 12:44:43 +05:30
parent ab92d96221
commit 548b71b403
2 changed files with 4 additions and 4 deletions

View File

@ -27,9 +27,9 @@
"column_break_bqvs", "column_break_bqvs",
"sla_tab", "sla_tab",
"sla", "sla",
"sla_creation",
"column_break_pfvq", "column_break_pfvq",
"sla_status", "sla_status",
"sla_creation",
"response_details_section", "response_details_section",
"response_by", "response_by",
"column_break_hpvj", "column_break_hpvj",
@ -199,7 +199,7 @@
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-12-04 15:27:30.887589", "modified": "2023-12-11 12:37:51.198228",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "FCRM", "module": "FCRM",
"name": "CRM Deal", "name": "CRM Deal",

View File

@ -153,8 +153,8 @@ const allFields = [
}, },
{ {
label: 'Deal Owner', label: 'Deal Owner',
name: 'lead_owner', name: 'deal_owner',
type: 'link', type: 'user',
placeholder: 'Deal Owner', placeholder: 'Deal Owner',
}, },
], ],