Revert "fix(budget): add root_type filter on account field (backport #55934)" (#55966)

This commit is contained in:
Diptanil Saha
2026-06-16 15:30:51 +05:30
committed by GitHub
parent a3a945a12f
commit 8f23f1f180

View File

@@ -22,19 +22,6 @@ frappe.ui.form.on("Budget", {
};
});
<<<<<<< HEAD
=======
frm.set_query("account", function () {
return {
filters: {
is_group: 0,
company: frm.doc.company,
root_type: ["in", ["Income", "Expense"]],
},
};
});
>>>>>>> 52b406f5f1 (fix(budget): add root_type filter on account field (#55934))
erpnext.accounts.dimensions.setup_dimension_filters(frm, frm.doctype);
},