]> git.koha-community.org Git - koha.git/commit
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)
committerFrédéric Demians <f.demians@tamil.fr>
Sun, 29 Nov 2015 20:19:39 +0000 (21:19 +0100)
commit22a6fb9e96a335a69956009ebef94fb31ac2b2fd
treea818ca0919a615ae76e9bc7e8f114f25f61b2990
parent345d4a0341fc7452f11c7faabefdb2750af36ca6
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.

(cherry picked from commit 314f3e22d969b05ffd0590153707fd0c673987be)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
tools/import_borrowers.pl