percentages shouldn't have commas by default
This commit is contained in:
parent
f9209e0a82
commit
d2497d8164
@ -83,6 +83,9 @@ class NumberFormat
|
|||||||
$this->setCurrencySymbol('$');
|
$this->setCurrencySymbol('$');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if ($type == self::TYPE_PERCENTAGE) {
|
||||||
|
$this->setCommas(false);
|
||||||
|
}
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user