feat: update invoicePdf wrapper with new default template ID
This commit is contained in:
@@ -28,7 +28,7 @@ export function generateInvoicePdf(
|
||||
invoice: Invoice,
|
||||
client: Client,
|
||||
items: InvoiceItem[],
|
||||
templateId: string = 'clean-minimal',
|
||||
templateId: string = 'clean',
|
||||
businessInfo?: BusinessInfo,
|
||||
): jsPDF {
|
||||
const config = getTemplateById(templateId)
|
||||
|
||||
Reference in New Issue
Block a user