[Koha-bugs] [Bug 22038] When exporting account table to excel, decimal is lost

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 11 12:17:36 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22038

--- Comment #3 from Didier Gautheron <didier.gautheron at biblibre.com> ---
Created attachment 114335
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114335&action=edit
Bug 22038: Disable excel export if CurrencyFormat is FR

DataTables excel export is broken if number decimal separator is a comma.

Test plan:
1 - Set syspref CurrencyFormat to US
2 - Export as excel a table with decimal numbers, patrons list with fines
for example.
3 - Open in libreoffice or excel, numbers are ok.
4 - Set syspref CurrencyFormat to FR
5 - Export and open again, number are wrong 25,10 is imported as 2510
6 - Apply patch
7 - Redo 1 to 4
8 - Excel export is not available with FR.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list