]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/datev.pl
DATEV-Export: Feldprüfung als Warnungen ausgeben
[mfinanz.git] / bin / mozilla / datev.pl
index 129dedaa70b2fccfae5d737fb45c913c2e86d46f..32032e5144438810c43c85b03dd1cdc3ef2fed72 100644 (file)
@@ -127,7 +127,7 @@ sub export3 {
     setup_datev_export3_action_bar(download_token => $datev->download_token);
 
     $::form->header;
-    print $::form->parse_html_template('datev/export3');
+    print $::form->parse_html_template('datev/export3', { WARNINGS => $datev->warnings });
   } else {
     $::form->error("Export schlug fehl.\n" . join "\n", $datev->errors);
   }