Merge pull request #55955 from frappe/mergify/bp/version-16-hotfix/pr-55934

fix(budget): add root_type filter on account field (backport #55934)
This commit is contained in:
ruthra kumar
2026-06-16 14:09:58 +05:30
committed by GitHub

View File

@@ -17,6 +17,7 @@ frappe.ui.form.on("Budget", {
filters: {
is_group: 0,
company: frm.doc.company,
root_type: ["in", ["Income", "Expense"]],
},
};
});