mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 04:10:32 +00:00
feat: apply credit note to invoice module
This commit is contained in:
@@ -65,7 +65,7 @@ export class PdfTemplatesController {
|
||||
description: 'The PDF templates have been successfully retrieved.',
|
||||
})
|
||||
async getPdfTemplates(@Body('resource') resource: string) {
|
||||
return this.pdfTemplateApplication.getPdfTemplates(resource);
|
||||
return this.pdfTemplateApplication.getPdfTemplates({ resource });
|
||||
}
|
||||
|
||||
@Put(':id')
|
||||
|
||||
Reference in New Issue
Block a user