GoBD: Exportfehler an Benutzer ausgeben
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 26 Sep 2016 13:05:49 +0000 (15:05 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:11:20 +0000 (17:11 +0200)
SL/Controller/GoBD.pm

index a151adb..7f80faf 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;
   };