From 526dc68c72366766702884cb1e03a4693c66a398 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:50:12 +0000 Subject: [PATCH] chore: add documentation link in valuation method field (backport #53564) (#53570) * chore: add documentation link in valuation method field (#53564) (cherry picked from commit f319857939f2aa5466357bbbe158a1cdf169c49c) # Conflicts: # erpnext/stock/doctype/item/item.json * chore: resolve conflicts --------- Co-authored-by: Mihir Kandoi --- erpnext/stock/doctype/item/item.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index b7777b4298d..10c771d1415 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -340,6 +340,7 @@ }, { "depends_on": "is_stock_item", + "documentation_url": "https://docs.frappe.io/erpnext/change-valuation-method", "fieldname": "valuation_method", "fieldtype": "Select", "label": "Valuation Method", @@ -896,7 +897,7 @@ "image_field": "image", "links": [], "make_attachments_public": 1, - "modified": "2025-12-15 20:08:35.634046", + "modified": "2026-03-17 20:39:05.218344", "modified_by": "Administrator", "module": "Stock", "name": "Item",