]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
Fehlermeldungen beim automatischen Auslagern bei Verkaufsrechnungen anzeigen
[mfinanz.git] / bin / mozilla / is.pl
index 6733c662659bb63b91106217d04c0f73dd6b105d..ce5f9f6eda266f1db3c09d13af3b5f78466cf36f 100644 (file)
@@ -940,6 +940,8 @@ 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';
       }