From bd9c84d3b76908b6756d0b3ade35e50722f30332 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:24:32 +0530 Subject: [PATCH] fix: make projected qty editable after submit (backport #44670) (#44671) * fix: make projected qty editable after submit (#44670) (cherry picked from commit 9ef9ff3de89d0e59a590792090ab112b18420634) # Conflicts: # erpnext/selling/doctype/quotation_item/quotation_item.json * chore: fix conflicts --------- Co-authored-by: Venkatesh <47534423+venkat102@users.noreply.github.com> Co-authored-by: rohitwaghchaure --- 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 1ea19aaaf560..9dd65a8b4f88 100644 --- a/erpnext/selling/doctype/quotation_item/quotation_item.json +++ b/erpnext/selling/doctype/quotation_item/quotation_item.json @@ -455,6 +455,7 @@ "fieldtype": "Column Break" }, { + "allow_on_submit": 1, "fieldname": "projected_qty", "fieldtype": "Float", "label": "Projected Qty", @@ -690,7 +691,7 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2024-11-24 15:18:43.952844", + "modified": "2024-12-12 13:49:17.765883", "modified_by": "Administrator", "module": "Selling", "name": "Quotation Item",