https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32595
--- Comment #19 from Katrin Fischer <[email protected]> --- I think I was opposed to use this: let cost = row.cost && row.cost.replaceAll(',','.'); Don't we have a standard price formatting in JS now as well? I'd use that and assume the data is in the format Koha expects (decimal with dot) and that would also work for calculating in Perl. -- You are receiving this mail because: 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/
