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: gmcharlt@gmail.com ReportedBy: fcapovilla@live.ca QAContact: ian.walls@bywatersolutions.com 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.