ItEr52S04ValidacionEProbasFuncionaisItEr51S04: [Bug #404] Fixed missing rounding.
This commit is contained in:
parent
347206d013
commit
4b6166e005
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ public class AdvanceMeasurement extends BaseEntity {
|
|||
public void setValue(BigDecimal value) {
|
||||
this.value = value;
|
||||
if (value != null) {
|
||||
this.value.setScale(2);
|
||||
this.value.setScale(2, BigDecimal.ROUND_DOWN);
|
||||
}
|
||||
resetCommunicationDate();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue