projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b019bd3
)
GoBD: Exportfehler an Benutzer ausgeben
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 26 Sep 2016 13:05:49 +0000
(15:05 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:11:20 +0000
(17:11 +0200)
SL/Controller/GoBD.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/GoBD.pm
b/SL/Controller/GoBD.pm
index
a151adb
..
7f80faf
100644
(file)
--- 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;
};