Summary: | Fields are separated by "t" when the delimiter preference is set to "tabulation" in overdue_notices.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Frédérick Capovilla <fcapovilla> |
Component: | Command-line Utilities | Assignee: | Frédérick Capovilla <fcapovilla> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27045 | ||
Change sponsored?: | Sponsored | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Corrects a problem in overdue_notices.pl when delimiter is set to tabulation
Bug 7251 : Corrects a problem in overdue_notices.pl when delimiter is set to tabulation |
Description
Frédérick Capovilla
2011-11-21 17:34:58 UTC
Comment hidden (obsolete)
Patch sponsored by the CCSR ( http://www.ccsr.qc.ca ) Created attachment 6494 [details] [review] Bug 7251 : Corrects a problem in overdue_notices.pl when delimiter is set to tabulation Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> \t is a much better choice of separator than just 't', and actually corresponds to what 'tabulation' intends. marking as passed QA patch pushed, please test Included in 3.6 prior to 3.6.5. |