diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue index 074df617f..0f7bb5032 100644 --- a/src/pages/InvoiceOut/InvoiceOutList.vue +++ b/src/pages/InvoiceOut/InvoiceOutList.vue @@ -140,7 +140,7 @@ onUnmounted(() => (stateStore.rightDrawer = false)); function openPdf(id) { try { - openReport(`${MODEL}//${id}/download`); + openReport(`${MODEL}/${id}/download`); } catch (err) { console.error('Error opening PDF', err); }