diff --git a/crm/fcrm/doctype/crm_deal/crm_deal.json b/crm/fcrm/doctype/crm_deal/crm_deal.json index 7b34cd93..64b8829c 100644 --- a/crm/fcrm/doctype/crm_deal/crm_deal.json +++ b/crm/fcrm/doctype/crm_deal/crm_deal.json @@ -27,9 +27,9 @@ "column_break_bqvs", "sla_tab", "sla", + "sla_creation", "column_break_pfvq", "sla_status", - "sla_creation", "response_details_section", "response_by", "column_break_hpvj", @@ -199,7 +199,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2023-12-04 15:27:30.887589", + "modified": "2023-12-11 12:37:51.198228", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Deal", diff --git a/frontend/src/components/NewDeal.vue b/frontend/src/components/NewDeal.vue index 95f6d225..bf3ca111 100644 --- a/frontend/src/components/NewDeal.vue +++ b/frontend/src/components/NewDeal.vue @@ -153,8 +153,8 @@ const allFields = [ }, { label: 'Deal Owner', - name: 'lead_owner', - type: 'link', + name: 'deal_owner', + type: 'user', placeholder: 'Deal Owner', }, ],