https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29271 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net --- Comment #24 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Thanks Katrin. Question also in regard other branches: Is that expected that the patches add spaces? Before patch: Manager name;Patron cardnumber;Patron name;Transaction library;Transaction date;Transaction type;Notes;Amount;Title;Barcode;Item type koha;eda;Eda Eda;Centerville;2022-04-07T00:00:00;;LOST;;1.00;;; koha;eda;Eda Eda;Centerville;2022-04-07T00:00:00;;LOST;;3.00;;; koha;eda;Eda Eda;Centerville;2022-04-07T00:00:00;CREDIT;;;-343.00;;; koha;eda;Eda Eda;Centerville;2022-04-07T00:00:00;;LOST;;112.00;;; TOTAL ;;;;;;-227.00 After patch: Manager name;Patron cardnumber;Patron name;Transaction library;Transaction date;Transaction type;Notes;Amount;Title;Barcode;Item type koha;eda;Eda Eda;Centerville;2022-04-07T00:00:00;Lost item;;1.00;;; koha;eda;Eda Eda;Centerville;2022-04-07T00:00:00;Lost item;;3.00;;; koha;eda;Eda Eda;Centerville;2022-04-07T00:00:00;Credit;;-343.00;;; koha;eda;Eda Eda;Centerville;2022-04-07T00:00:00;Lost item;;112.00;;; TOTAL;;;;;;;-227.00 -- You are receiving this mail because: You are watching all bug changes.