quote total display incorrect on a legacy system

Hi guys,

wasn’t sure where to put this… I’ve got a legacy system which we are currently unable to update to latest versions, plan to in the future, but for now I’ve got a problem with a quote and wondered if anyone would be able to point me in the right direction to fix.

See the below screenshot, the total for the product is calculated incorrectly, but the grand total is correct.

45 * 1.40 = 63 but is being displayed as 62. The grand total figure is correct and presumably is using 63.

Which version is this?

You could check lineitems.js, I think that’s where the calculation is made, and work back, commit by commit, until you find in which version this was fixed (assuming it works well in the most current version, you can check on the online demo).