From ebb5daab49b277199871e82245b2225406154f6b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 26 Sep 2016 15:05:49 +0200 Subject: [PATCH] GoBD: Exportfehler an Benutzer ausgeben --- SL/Controller/GoBD.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/GoBD.pm b/SL/Controller/GoBD.pm index a151adb0c..7f80faf3d 100644 --- a/SL/Controller/GoBD.pm +++ b/SL/Controller/GoBD.pm @@ -48,8 +48,8 @@ sub action_export { } or do { my $errors = $@; flash('error', t8('The export failed because of malformed transactions. Please fix those before exporting.')); + flash('error', $_) for @$errors; - $::lxdebug->dump(0, "GoBD errors:", \@$errors); $self->action_filter; return; }; -- 2.20.1