Correct rounding in reports
This commit is contained in:
parent
8a0005d98f
commit
d4aed38d6d
|
|
@ -1609,7 +1609,8 @@ class ReportNumberValue extends ReportElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
return formatNumber(value, context,
|
return formatNumber(value, context,
|
||||||
currencyId: currencyId, formatNumberType: formatNumberType);
|
currencyId: currencyId,
|
||||||
|
formatNumberType: formatNumberType ?? FormatNumberType.money);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue