mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
[fix] analytics reports + remove print item tables #2667
This commit is contained in:
@@ -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},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user