X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b019bd393629352431702f8d0d9f122508ec56ca..c954dea7c1b814d66b8c31d04fa70a1bbbcce71e:/SL/Controller/GoBD.pm?ds=inline 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; };