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