8
0
Fork 0

fix multiple documents at once

when generating several documents in a common call (e.g. order manager task), the contents of the later documents are appended to the earlier ones
Dieser Commit ist enthalten in:
Daniel Seifert 2023-05-09 12:10:45 +02:00
Ursprung 88e3af9a51
Commit 34498edfa4
Signiert von: DanielS
GPG-Schlüssel-ID: 8A7C4C6ED1915C6F
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -48,7 +48,7 @@ abstract class pdfdocumentsGeneric extends Base implements genericInterface
parent::__construct();
/** @var Smarty $oSmarty */
$this->oSmarty = Registry::getUtilsView()->getSmarty();
$this->oSmarty = Registry::getUtilsView()->getSmarty(true);
}
public function runPreAction()