From: Jan Büren Date: Thu, 27 Apr 2017 11:31:29 +0000 (+0200) Subject: toten code auch entfernen X-Git-Tag: release-3.5.4~1099 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=add25c27c5f98be522deb15bfaa9ad2295e3bd1a;p=kivitendo-erp.git toten code auch entfernen --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index ce5f9f6ed..1b583a6db 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -940,9 +940,7 @@ sub post { 1; }) { push @errors, $EVAL_ERROR; - # we have to use the error dialog here, otherwise the @errors won't be printed $form->error($locale->text('Cannot post invoice and/or transfer out! Error message:') . "\n" . join("\n", @errors)); - die 'transaction error'; } 1;