Bug 9892: Make export_borrowers.pl using the delimiter pref
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 9 Apr 2015 13:49:14 +0000 (15:49 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 19 May 2015 12:23:17 +0000 (09:23 -0300)
commit6517e9c16d1a8f88bc69419a61af0478fd0a7be5
tree016efac025e97d431af76cdec24b4ec402130aa0
parent918c068e1709f94bffb6d3b58ce90c73a49c3ae4
Bug 9892: Make export_borrowers.pl using the delimiter pref

The original concern of bug 9892 was that this borrowers export script
cannot handle tabulation to separate columns.

With this patch, the delimiter preference is used as separator for the
output, to be consistent with others scripts.

This should be highlighted on the release, it can produce change in
behaviors.

Test plan:
Confirm that the 'delimiter' pref is used for the output, but you are able
to overwrite it with the 'separator' parameter

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Works as expected, respect preference but is supeseeded by cmd line
No koha-qa errors

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
misc/export_borrowers.pl