fixes #1581 and added icons to grid reports

This commit is contained in:
Rushabh Mehta
2014-05-27 15:22:04 +05:30
parent d82e85d099
commit f944e819e9
11 changed files with 17 additions and 11 deletions

View File

@@ -66,7 +66,7 @@ erpnext.StockAnalytics = erpnext.StockGridReport.extend({
{fieldtype:"Select", label: __("Range"),
options:["Daily", "Weekly", "Monthly", "Quarterly", "Yearly"]},
{fieldtype:"Button", label: __("Refresh"), icon:"icon-refresh icon-white"},
{fieldtype:"Button", label: __("Reset Filters")}
{fieldtype:"Button", label: __("Reset Filters"), icon: "icon-filter"}
],
setup_filters: function() {
var me = this;