Skip to content
Snippets Groups Projects
Commit 40ceda20 authored by Nicolas Lempereur's avatar Nicolas Lempereur
Browse files

[IMP] web: pivot don't repeat total header 2 times

opw-687243
parent 3d3f9ed9
No related branches found
No related tags found
No related merge requests found
......@@ -679,7 +679,6 @@ var PivotView = View.extend({
if (width > 1) {
var total_cell = {width:nbr_measures, height: depth, title:""};
if (nbr_measures === 1) {
total_cell.title = this.measures[this.active_measures[0]].string;
total_cell.total = true;
}
result[0].push(total_cell);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment