Bug 30704

Summary: Remove whitespace added by bug 29271
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Fines and feesAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 29271    
Bug Blocks:    

Description Katrin Fischer 2022-05-06 08:12:22 UTC
The patch set from bug 29271 added some unexpected whitespace to the cash register report export that should be removed again:


Before patch set:
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 set:
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
Comment 1 Katrin Fischer 2022-08-09 14:08:40 UTC
Fixing the new line issue for translated templates will fix this as a side effect.

*** This bug has been marked as a duplicate of bug 29968 ***