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