Revision ebb5daab
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
SL/Controller/GoBD.pm | ||
---|---|---|
} 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;
|
||
};
|
Auch abrufbar als: Unified diff
GoBD: Exportfehler an Benutzer ausgeben