refactor: allow all accounts
This commit is contained in:
@@ -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"]],
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user