feature/reporte-bak
This commit is contained in:
@@ -1332,7 +1332,8 @@
|
||||
try {
|
||||
const blob = await invoicesApi.getCoveReceipt(
|
||||
selectedInvoice.id,
|
||||
companyStore.activeCompany.id
|
||||
companyStore.activeCompany.id,
|
||||
true
|
||||
);
|
||||
const url = URL.createObjectURL(blob);
|
||||
const a = document.createElement('a');
|
||||
|
||||
Reference in New Issue
Block a user