mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-26 08:05:53 +00:00
fix: show projects with no company value set
This commit is contained in:
@@ -15,7 +15,7 @@ frappe.require("assets/erpnext/js/financial_statements.js", function() {
|
||||
"fieldtype": "MultiSelectList",
|
||||
get_data: function(txt) {
|
||||
return frappe.db.get_link_options('Project', txt, {
|
||||
company: frappe.query_report.get_filter_value("company")
|
||||
company: ["in", [frappe.query_report.get_filter_value("company"), ""]],
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user