]> wagnertech.de Git - kivitendo-erp.git/commitdiff
toten code auch entfernen
authorJan Büren <jan@kivitendo-premium.de>
Thu, 27 Apr 2017 11:31:29 +0000 (13:31 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Thu, 27 Apr 2017 11:31:29 +0000 (13:31 +0200)
bin/mozilla/is.pl

index ce5f9f6eda266f1db3c09d13af3b5f78466cf36f..1b583a6db9ad734e3fd8d1f94e7ea80fe7cc6109 100644 (file)
@@ -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;