mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: pdf template customize
This commit is contained in:
@@ -26,11 +26,13 @@ export class PdfTemplateApplication {
|
||||
public async createPdfTemplate(
|
||||
tenantId: number,
|
||||
templateName: string,
|
||||
resource: string,
|
||||
invoiceTemplateDTO: ICreateInvoicePdfTemplateDTO
|
||||
) {
|
||||
return this.createPdfTemplateService.createPdfTemplate(
|
||||
tenantId,
|
||||
templateName,
|
||||
resource,
|
||||
invoiceTemplateDTO
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user