diff --git a/erpnext/accounts/doctype/budget/budget.js b/erpnext/accounts/doctype/budget/budget.js index 5128fdc9c92..d1f9da66c0a 100644 --- a/erpnext/accounts/doctype/budget/budget.js +++ b/erpnext/accounts/doctype/budget/budget.js @@ -17,6 +17,7 @@ frappe.ui.form.on("Budget", { filters: { is_group: 0, company: frm.doc.company, + root_type: ["in", ["Income", "Expense"]], }, }; });