Skip to content

Commit 2d29324

Browse files
authored
Update invoicing URL (#182)
1 parent c3b5ad4 commit 2d29324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/pages/product-orders/sections/invoices-info/invoices-info.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export class InvoicesInfoComponent implements OnInit, OnDestroy {
327327

328328
downloadInvoice(invoice: any) {
329329
console.log('Downloading invoice')
330-
let url = `${environment.BASE_URL}/invoicing/invoices/${invoice.id}`
330+
let url = `${environment.BASE_URL}/invoicing/invoices/${invoice.id}?format=xml-html`
331331

332332
window.open(url, '_blank');
333333
}

0 commit comments

Comments
 (0)