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

            Bug ID: 30704
           Summary: Remove whitespace added by bug 29271
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Fines and fees
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
        Depends on: 29271

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


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29271
[Bug 29271] Cash register report not displaying or exporting correctly
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to