[fix] analytics reports + remove print item tables #2667

This commit is contained in:
Rushabh Mehta
2015-02-03 17:55:52 +05:30
parent d2b762d760
commit c567e8e960
6 changed files with 8 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ erpnext.SupportAnalytics = frappe.views.GridReportWithPlot.extend({
setup_columns: function() {
var std_columns = [
{id: "check", name: __("Plot"), field: "check", width: 30,
{id: "_check", name: __("Plot"), field: "_check", width: 30,
formatter: this.check_formatter},
{id: "status", name: __("Status"), field: "status", width: 100},
];