]> wagnertech.de Git - mfinanz.git/blobdiff - SL/BackgroundJob/CreatePeriodicInvoices.pm
Module: weitere Anpassungen für Exception::Lite → Exception::Class
[mfinanz.git] / SL / BackgroundJob / CreatePeriodicInvoices.pm
index 03cbdf51cb66727b961709788271793394a7b651..5020313d2b2b3acad16dc7e0c6aa8040f75abc6b 100644 (file)
@@ -358,7 +358,7 @@ sub _print_invoice {
       $form->parse_template(\%::myconfig);
       1;
     } or do {
-      push @{ $self->{job_errors} }, $EVAL_ERROR->getMessage;
+      push @{ $self->{job_errors} }, $EVAL_ERROR->error;
     };
   });
 }