https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32595
Pedro Amorim <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff CC| |[email protected] | |m --- Comment #5 from Pedro Amorim <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
