[Koha-bugs] [Bug 8168] ersatz CSV header in attachment of overdue notices sent to administrator

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 24 12:48:46 CET 2014


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #8 from Jonathan Druart <jonathan.druart at biblibre.com> ---
There is already a call to the syspref delimiter in this script:
    my $sep_char = C4::Context->preference('delimiter') || ',';
vs yours:
    my $delimiter = C4::Context->preference('delimiter') // ';';

I think we should use the same default delimiter.

Marked as Failed QA.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list