mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
@@ -33,7 +33,6 @@ function get_filters() {
|
|||||||
get_data: function (txt) {
|
get_data: function (txt) {
|
||||||
return frappe.db.get_link_options("Account", txt, {
|
return frappe.db.get_link_options("Account", txt, {
|
||||||
company: frappe.query_report.get_filter_value("company"),
|
company: frappe.query_report.get_filter_value("company"),
|
||||||
account_type: ["in", ["Receivable", "Payable"]],
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user