]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/GoBD.pm
GoBD: Exportfehler an Benutzer ausgeben
[mfinanz.git] / SL / Controller / GoBD.pm
index a151adb0c741bb7c2d898858268960d7322f06dd..7f80faf3d2539032be18b431e20f4a086a5d65e9 100644 (file)
@@ -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;
   };