feature/reporte-bak

This commit is contained in:
2026-04-30 16:26:14 -06:00
parent b5c94ca0cc
commit 143bfded29
9 changed files with 851 additions and 493 deletions

View File

@@ -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');