Wednesday, February 1, 2023
2 changes · master
Resolved issues and error corrections
List view totals for monetary amounts now use the relevant currency settings when displaying aggregate sums. This prevents totals from being rounded or shown with the wrong number of decimal places for currencies that require more than two digits of precision.
Original PR description
**Steps to follow** - Use a currency with more than 2 digits of precision - Create a journal entry - Add a few lines -> The sum is not formatted to the correct precision **Cause of the issue** The currency is not taken into account when calling formatMonetary opw-2753312 task-2822174
A spreadsheet template test was updated so it works correctly after multiline cell content was introduced. This helps keep document spreadsheet features reliably tested without changing user-facing behavior.
Original PR description
With the introduction of the multiline feature, the pivot template conversion test was broken because the test content of the cell was put on multi lines (for visibility purpose).