]> wagnertech.de Git - mfinanz.git/blobdiff - SL/BackgroundJob/CreatePeriodicInvoices.pm
Merge branch 'unformatted-numbers'
[mfinanz.git] / SL / BackgroundJob / CreatePeriodicInvoices.pm
index c725a6fec173c83fc7a8e591e609abb998d49c14..559fd0299d94ea0a49458a260b1da2b99cd29e8e 100644 (file)
@@ -240,7 +240,7 @@ sub _print_invoice {
     eval {
       $form->parse_template(\%::myconfig);
       1;
-    } || die $EVAL_ERROR->{error};
+    } || die $EVAL_ERROR->getMessage;
   });
 }