From fe3af18d1d41097c85bd7ba70702bdb62b612bc6 Mon Sep 17 00:00:00 2001 From: anandk-spyke-o1 Date: Thu, 16 Jan 2025 17:08:14 +0530 Subject: [PATCH] fix: 1058, changed field property of child_wbs field in Budget --- erpnext/budget/doctype/budget_account/budget_account.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/budget/doctype/budget_account/budget_account.json b/erpnext/budget/doctype/budget_account/budget_account.json index f684cb951381..34450d0d5aa3 100644 --- a/erpnext/budget/doctype/budget_account/budget_account.json +++ b/erpnext/budget/doctype/budget_account/budget_account.json @@ -16,7 +16,7 @@ "in_list_view": 1, "label": "Child WBS", "options": "Work Breakdown Structure", - "reqd": 1 + "reqd": 0 }, { "fieldname": "account",