system queries + custom template selection

This commit is contained in:
Julian Krauser 2025-03-19 15:19:03 +01:00
parent a085de6e2f
commit f8a5183f1a
5 changed files with 52 additions and 8 deletions

View file

@ -41,6 +41,7 @@ export abstract class PdfExport {
}));
} else {
({ header, footer, body, headerMargin, footerMargin } = await TemplateHelper.renderFileForCustom({
module: template,
customTemplate,
headerData: data,
bodyData: data,