From 2e425efae85b324247ed6a52c2dd2a1ec08bee99 Mon Sep 17 00:00:00 2001 From: michellealva Date: Tue, 6 Oct 2020 15:15:29 +0530 Subject: [PATCH] fix: blank option in the beginning --- erpnext/accounts/doctype/budget/budget.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/budget/budget.json b/erpnext/accounts/doctype/budget/budget.json index b22ad3b5f9a..fc4dd200ea2 100644 --- a/erpnext/accounts/doctype/budget/budget.json +++ b/erpnext/accounts/doctype/budget/budget.json @@ -37,7 +37,7 @@ "in_list_view": 1, "in_standard_filter": 1, "label": "Budget Against", - "options": "Cost Center\nProject", + "options": "\nCost Center\nProject", "reqd": 1 }, { @@ -195,7 +195,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2020-10-06 14:59:18.193848", + "modified": "2020-10-06 15:13:54.055854", "modified_by": "Administrator", "module": "Accounts", "name": "Budget",