diff --git a/src/QUI/ERP/Accounting/ArticleList.php b/src/QUI/ERP/Accounting/ArticleList.php
index fe31ee4fc461954242ec7d8c93d377ee64eba6e5..e4e78a158ba2525ac9fa8af07bb3d55938faee12 100644
--- a/src/QUI/ERP/Accounting/ArticleList.php
+++ b/src/QUI/ERP/Accounting/ArticleList.php
@@ -551,9 +551,10 @@ public function renderForMail(): string
 
     public function toHTMLWithCSS(
         bool|string $template = false,
-        bool|string $articleTemplate = false
+        bool|string $articleTemplate = false,
+        ?QUI\Interfaces\Template\EngineInterface $Engine = null,
     ): string {
-        return $this->toUniqueList()->toHTMLWithCSS($template, $articleTemplate);
+        return $this->toUniqueList()->toHTMLWithCSS($template, $articleTemplate, $Engine);
     }
 
     //endregion