https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32595 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff CC| |pedro.amorim@ptfs-europe.co | |m --- Comment #5 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Changed parseInt to Number, parseInt was ignoring float values (i.e. if price was 123,5 it would show as 123,00 on the table). However there is still a deeper issue here I think in the way the price is saved. If we add "123,5" (with a comma instead of a dot) the table shows 0. I'm revisiting this. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.