refactor: allow all accounts

This commit is contained in:
ruthra kumar
2024-09-10 13:03:49 +05:30
parent 2126b10a92
commit 43198c946b

View File

@@ -33,7 +33,6 @@ function get_filters() {
get_data: function (txt) {
return frappe.db.get_link_options("Account", txt, {
company: frappe.query_report.get_filter_value("company"),
account_type: ["in", ["Receivable", "Payable"]],
});
},
},