]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Order.pm
Module: Exception::Lite durch Exception::Class ersetzt
[mfinanz.git] / SL / Controller / Order.pm
index 144fc87f845e9a050135aef694c71f2ba5677ce9..5a42a195c85f3c5255f6991411d3c9850a17c8cb 100644 (file)
@@ -1724,7 +1724,7 @@ sub generate_pdf {
         },
       );
       1;
-    } || push @errors, ref($EVAL_ERROR) eq 'SL::X::FormError' ? $EVAL_ERROR->getMessage : $EVAL_ERROR;
+    } || push @errors, ref($EVAL_ERROR) eq 'SL::X::FormError' ? $EVAL_ERROR->error : $EVAL_ERROR;
   });
 
   return @errors;