diff --git a/crm/fcrm/doctype/crm_deal/crm_deal.json b/crm/fcrm/doctype/crm_deal/crm_deal.json index de05a04b..6277ab23 100644 --- a/crm/fcrm/doctype/crm_deal/crm_deal.json +++ b/crm/fcrm/doctype/crm_deal/crm_deal.json @@ -14,6 +14,7 @@ "close_date", "probability", "next_step", + "deal_owner", "contacts_tab", "email", "mobile_no", @@ -21,7 +22,6 @@ "others_tab", "naming_series", "status", - "deal_owner", "section_break_eepu", "lead", "column_break_bqvs", @@ -212,7 +212,7 @@ ], "index_web_pages_for_search": 1, "links": [], - "modified": "2023-12-26 15:49:52.597014", + "modified": "2023-12-28 11:40:16.934256", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Deal", diff --git a/crm/fcrm/doctype/crm_lead/crm_lead.json b/crm/fcrm/doctype/crm_lead/crm_lead.json index 6c3208ef..be950405 100644 --- a/crm/fcrm/doctype/crm_lead/crm_lead.json +++ b/crm/fcrm/doctype/crm_lead/crm_lead.json @@ -15,6 +15,7 @@ "industry", "job_title", "source", + "lead_owner", "person_tab", "salutation", "first_name", @@ -30,7 +31,6 @@ "phone", "column_break_dbsv", "status", - "lead_owner", "no_of_employees", "annual_revenue", "image", @@ -275,7 +275,7 @@ "image_field": "image", "index_web_pages_for_search": 1, "links": [], - "modified": "2023-12-26 15:45:43.715140", + "modified": "2023-12-28 11:39:47.573673", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Lead", diff --git a/frontend/src/components/SectionFields.vue b/frontend/src/components/SectionFields.vue index 460f01c8..85c39f61 100644 --- a/frontend/src/components/SectionFields.vue +++ b/frontend/src/components/SectionFields.vue @@ -8,7 +8,9 @@