Skip to content

Commit

Permalink
fix: make projected qty editable after submit (backport #44670) (#44671)
Browse files Browse the repository at this point in the history
* fix: make projected qty editable after submit (#44670)

(cherry picked from commit 9ef9ff3)

# Conflicts:
#	erpnext/selling/doctype/quotation_item/quotation_item.json

* chore: fix conflicts

---------

Co-authored-by: Venkatesh <[email protected]>
Co-authored-by: rohitwaghchaure <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent 2466e4c commit bd9c84d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion erpnext/selling/doctype/quotation_item/quotation_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@
"fieldtype": "Column Break"
},
{
"allow_on_submit": 1,
"fieldname": "projected_qty",
"fieldtype": "Float",
"label": "Projected Qty",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit bd9c84d

Please sign in to comment.