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

@@ -69,7 +69,7 @@ erpnext.AccountTreeGrid = frappe.views.TreeGridReport.extend({
{fieldtype: "Date", label: __("To Date")},
{fieldtype: "Button", label: __("Refresh"), icon:"icon-refresh icon-white",
cssClass:"btn-info"},
{fieldtype: "Button", label: __("Reset Filters")},
{fieldtype: "Button", label: __("Reset Filters"), icon: "icon-filter"},
],
setup_filters: function() {
this._super();