mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-17 16:38:41 +00:00
fix(budget): add root_type filter on account field (#55934)
(cherry picked from commit 52b406f5f1)
This commit is contained in:
@@ -17,6 +17,7 @@ frappe.ui.form.on("Budget", {
|
|||||||
filters: {
|
filters: {
|
||||||
is_group: 0,
|
is_group: 0,
|
||||||
company: frm.doc.company,
|
company: frm.doc.company,
|
||||||
|
root_type: ["in", ["Income", "Expense"]],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user