From 67d471598d72bcaafea6591b2fe7061f942d9cf2 Mon Sep 17 00:00:00 2001 From: Kavin <78342682+kavin-114@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:37:26 +0530 Subject: [PATCH] fix: unintended backported depends_on expression (#50529) Co-authored-by: Kavin <78342682+kavin0411@users.noreply.github.com> (cherry picked from commit 81a16286a144bd45d2f1c1fcb78d57c4c9c07869) --- erpnext/manufacturing/doctype/bom/bom.json | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/manufacturing/doctype/bom/bom.json b/erpnext/manufacturing/doctype/bom/bom.json index 86ecff52c11..115239f7db5 100644 --- a/erpnext/manufacturing/doctype/bom/bom.json +++ b/erpnext/manufacturing/doctype/bom/bom.json @@ -602,7 +602,6 @@ }, { "default": "0", - "depends_on": "eval:doc.track_semi_finished_goods === 0", "fieldname": "fg_based_operating_cost", "fieldtype": "Check", "label": "Finished Goods based Operating Cost"