Bug 15014: Returns 0 if everything went fine
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Oct 2015 09:02:26 +0000 (09:02 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 4 Nov 2015 16:32:01 +0000 (13:32 -0300)
commit314f3e22d969b05ffd0590153707fd0c673987be
treef9de4f486ec2bf73dab1240cdfc20668a857c5ed
parent9708ffa1d3929535620c86063ad82e7aa9f22864
Bug 15014: Returns 0 if everything went fine

Be kind and return 0 if the sample file has been generated correctly.
Otherwise you are a bad guy and you make Plack returns an internal error
(exited nonzero: 1 at /home/vagrant/kohaclone/tools/import_borrowers.pl line 390.)

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Works as expected
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Works as expected here too.
tools/import_borrowers.pl