From 68cc55f8d6c217ee857664f1afeeb2765ab2ab64 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 12 May 2025 16:32:09 +0530 Subject: [PATCH] fix: removed total quantity field (cherry picked from commit 74ef956638b538c69869dab5b3ff5ea2c31bdca1) --- crm/fcrm/doctype/crm_deal/crm_deal.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/crm/fcrm/doctype/crm_deal/crm_deal.json b/crm/fcrm/doctype/crm_deal/crm_deal.json index 9ffb6aab..67f441c3 100644 --- a/crm/fcrm/doctype/crm_deal/crm_deal.json +++ b/crm/fcrm/doctype/crm_deal/crm_deal.json @@ -46,9 +46,8 @@ "products_tab", "products", "section_break_ccbj", - "total_qty", - "column_break_udbq", "total", + "column_break_udbq", "net_total", "sla_tab", "sla", @@ -357,12 +356,6 @@ "fieldname": "section_break_ccbj", "fieldtype": "Section Break" }, - { - "fieldname": "total_qty", - "fieldtype": "Float", - "label": "Total Quantity", - "read_only": 1 - }, { "fieldname": "column_break_udbq", "fieldtype": "Column Break" @@ -386,7 +379,7 @@ "grid_page_length": 50, "index_web_pages_for_search": 1, "links": [], - "modified": "2025-04-28 15:55:18.175990", + "modified": "2025-05-12 12:30:55.415282", "modified_by": "Administrator", "module": "FCRM", "name": "CRM Deal",