#6899 end invoiceOut migration with VnTable #513
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue