From 980ee295c344e7b7cd12994f90bbd3b413f831c1 Mon Sep 17 00:00:00 2001 From: venkat102 Date: Thu, 12 Dec 2024 13:49:52 +0530 Subject: [PATCH] fix: make projected qty editable after submit --- erpnext/selling/doctype/quotation_item/quotation_item.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/quotation_item/quotation_item.json b/erpnext/selling/doctype/quotation_item/quotation_item.json index de230d710da7..6bafbaf29edf 100644 --- a/erpnext/selling/doctype/quotation_item/quotation_item.json +++ b/erpnext/selling/doctype/quotation_item/quotation_item.json @@ -456,6 +456,7 @@ "fieldtype": "Column Break" }, { + "allow_on_submit": 1, "fieldname": "projected_qty", "fieldtype": "Float", "label": "Projected Qty", @@ -697,7 +698,7 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2024-11-24 14:18:43.952844", + "modified": "2024-12-12 13:49:17.765883", "modified_by": "Administrator", "module": "Selling", "name": "Quotation Item",