fix(budget): add root_type filter on account field (#55934)

This commit is contained in:
Shllokkk
2026-06-16 11:43:52 +05:30
committed by GitHub
parent 3dda2005d8
commit 52b406f5f1

View File

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