http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7251

             Bug #: 7251
           Summary: Fields are separated by "t" when the delimiter
                    preference is set to "tabulation" in
                    overdue_notices.pl
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Command-line Utilities
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


Created attachment 6370
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6370
Corrects a problem in overdue_notices.pl when delimiter is set to tabulation

In overdue_notices.pl, the letter "t" is used as a separator when the
"delimiter" preference is set to "tabulation".
This happens because the word "tabulation" is passed as a separator character
to CSV_XS. The first letter of the word is then used as a separator.

Patch attached that uses "\t" in that case.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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