25 Aug
2023
25 Aug
'23
10:45 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32595 --- Comment #6 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 watching all bug changes. You are the assignee for the bug.