From cc85370d54c474d98ef592b41faffce2b53cd44e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:20:16 +0000 Subject: [PATCH] fix(stock): remove validation for transfer_qty field (backport #54542) (#54545) fix(stock): remove validation for transfer_qty field (#54542) (cherry picked from commit 60a6b38c314261cbaa8092c8fa62337b50c317a6) Co-authored-by: Pandiyan P --- .../stock/doctype/stock_entry_detail/stock_entry_detail.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json b/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json index f28f5e25a66..b446aa1e51e 100644 --- a/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json +++ b/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json @@ -278,8 +278,7 @@ "oldfieldname": "transfer_qty", "oldfieldtype": "Currency", "print_hide": 1, - "read_only": 1, - "reqd": 1 + "read_only": 1 }, { "default": "0", @@ -680,7 +679,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2026-03-02 14:05:23.116017", + "modified": "2026-04-27 11:40:38.294196", "modified_by": "Administrator", "module": "Stock", "name": "Stock Entry Detail",