From b5d892c802357995441cee4924a9cf845adbf2f0 Mon Sep 17 00:00:00 2001 From: khushi8112 Date: Wed, 29 Oct 2025 13:00:29 +0530 Subject: [PATCH] fix: default company currency for amount --- erpnext/accounts/doctype/budget/budget.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/budget/budget.json b/erpnext/accounts/doctype/budget/budget.json index c98b27abbd5..643f4f78d8f 100644 --- a/erpnext/accounts/doctype/budget/budget.json +++ b/erpnext/accounts/doctype/budget/budget.json @@ -270,7 +270,9 @@ { "fieldname": "budget_amount", "fieldtype": "Currency", - "label": "Budget Amount" + "label": "Budget Amount", + "options": "Company:company:default_currency", + "reqd": 1 }, { "fieldname": "section_break_kkan", @@ -280,6 +282,7 @@ "fieldname": "revision_of", "fieldtype": "Data", "label": "Revision Of", + "no_copy": 1, "read_only": 1 } ], @@ -287,7 +290,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2025-10-28 13:02:43.456568", + "modified": "2025-10-29 03:06:52.730795", "modified_by": "Administrator", "module": "Accounts", "name": "Budget",