change invoice templates

This commit is contained in:
2020-06-13 22:43:57 +02:00
parent 7019053b50
commit d06c822126
14 changed files with 154 additions and 131 deletions

View File

@ -249,7 +249,7 @@ abstract class pdfdocumentsGeneric extends Base implements genericInterface
*/
public function renderTemplateFromAdmin()
{
return false;
return true;
}
public function output(Html2Pdf $oPdf, $sFilename, $target, $html)