Revision ebb5daab
Von Sven Schöling vor etwa 8 Jahren hinzugefügt
SL/Controller/GoBD.pm | ||
---|---|---|
48 | 48 |
} or do { |
49 | 49 |
my $errors = $@; |
50 | 50 |
flash('error', t8('The export failed because of malformed transactions. Please fix those before exporting.')); |
51 |
flash('error', $_) for @$errors; |
|
51 | 52 |
|
52 |
$::lxdebug->dump(0, "GoBD errors:", \@$errors); |
|
53 | 53 |
$self->action_filter; |
54 | 54 |
return; |
55 | 55 |
}; |
Auch abrufbar als: Unified diff
GoBD: Exportfehler an Benutzer ausgeben