mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
convert select to chosen, if specified in filters
This commit is contained in:
@@ -32,7 +32,7 @@ erpnext.PurchaseAnalytics = wn.views.TreeGridReport.extend({
|
||||
parent: $(wrapper).find('.layout-main'),
|
||||
appframe: wrapper.appframe,
|
||||
doctypes: ["Item", "Item Group", "Supplier", "Supplier Type", "Company",
|
||||
"Purchase Invoice", "Purchase Invoice Item"],
|
||||
"Purchase Invoice", "Purchase Invoice Item", "Fiscal Year"],
|
||||
tree_grid: { show: true }
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user