8
0
Bifurcation 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
Cette révision appartient à :
Daniel Seifert 2023-05-09 12:10:45 +02:00
Parent 88e3af9a51
révision 34498edfa4
Signé par: DanielS
ID de la clé GPG: 8A7C4C6ED1915C6F
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -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()