#6899 end invoiceOut migration with VnTable #513
|
@ -140,7 +140,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
|
||||||
|
|
||||||
function openPdf(id) {
|
function openPdf(id) {
|
||||||
try {
|
try {
|
||||||
openReport(`${MODEL}//${id}/download`);
|
openReport(`${MODEL}/${id}/download`);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error('Error opening PDF', err);
|
console.error('Error opening PDF', err);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue