From: Sven Schöling Date: Mon, 26 Sep 2016 13:05:49 +0000 (+0200) Subject: GoBD: Exportfehler an Benutzer ausgeben X-Git-Tag: release-3.5.4~1943 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ebb5daab49b277199871e82245b2225406154f6b;p=kivitendo-erp.git GoBD: Exportfehler an Benutzer ausgeben --- 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; };