From 1a4ea07b783038bb3638b23367664af0b4e8c013 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:33:15 +0530 Subject: [PATCH] fix: add option for currency field (backport #49572) (#49594) fix: add option for currency field (#49572) (cherry picked from commit e0299e1cbd0f62e9937cb6bc5107611671f39100) Co-authored-by: Logesh Periyasamy --- .../doctype/bom_creator_item/bom_creator_item.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.json b/erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.json index a6e67b956cf..d37c58bb5d6 100644 --- a/erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.json +++ b/erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.json @@ -118,7 +118,8 @@ "fieldname": "rate", "fieldtype": "Currency", "in_list_view": 1, - "label": "Rate" + "label": "Rate", + "options": "currency" }, { "columns": 1, @@ -161,7 +162,8 @@ "fieldname": "amount", "fieldtype": "Currency", "label": "Amount", - "read_only": 1 + "read_only": 1, + "options": "currency" }, { "fieldname": "column_break_yuca", @@ -183,13 +185,15 @@ "fieldname": "base_amount", "fieldtype": "Currency", "hidden": 1, - "label": "Base Amount" + "label": "Base Amount", + "options": "Company:company:default_currency" }, { "fieldname": "base_rate", "fieldtype": "Currency", "hidden": 1, - "label": "Base Rate" + "label": "Base Rate", + "options": "Company:company:default_currency" }, { "default": "0",