Truncate Trailing Zeros not respected in ListViews
Steps to reproduce:
- Make sure your user's preferences are set "Truncate Trailing Zeros" = No.
- In a Product change the Qty/Unit value to 1.50 and save it.
- Refresh the page.
- In Detailview, the value is displayed as 1.50
- In Listview, the value is displayed as 1.5
- Now set "Truncate Trailing Zeros" = Yes in your Preferences
- Detailview now displays value as 1.5
Listviews should also respect this setting.