system queries + custom template selection
This commit is contained in:
parent
a085de6e2f
commit
f8a5183f1a
5 changed files with 52 additions and 8 deletions
|
@ -41,6 +41,7 @@ export abstract class PdfExport {
|
|||
}));
|
||||
} else {
|
||||
({ header, footer, body, headerMargin, footerMargin } = await TemplateHelper.renderFileForCustom({
|
||||
module: template,
|
||||
customTemplate,
|
||||
headerData: data,
|
||||
bodyData: data,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue