convert select to chosen, if specified in filters

This commit is contained in:
Anand Doshi
2012-11-22 16:53:04 +05:30
parent d7f1bcbde6
commit 293e0124cd
2 changed files with 6 additions and 3 deletions

View File

@@ -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 }
});