[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

@@ -36,7 +36,7 @@ erpnext.StockAnalytics = erpnext.StockGridReport.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: "name", name: __("Item"), field: "name", width: 300,
formatter: this.tree_formatter},