forked from Techsystech/web
Merge PR #2784 into 15.0
Signed-off-by pedrobaeza15.0-ocabot-merge-pr-2789-by-pedrobaeza-bump-patch
commit
4192fade62
|
@ -7,7 +7,7 @@ import {patch} from "web.utils";
|
|||
|
||||
patch(PivotRenderer.prototype, "web_pivot_computed_measure.PivotRenderer", {
|
||||
getFormattedValue(cell) {
|
||||
if (cell.value === Infinity) {
|
||||
if (Math.abs(cell.value) === Infinity) {
|
||||
return "-";
|
||||
}
|
||||
return this._super(...arguments);
|
||||
|
|
Loading…
Reference in New Issue