From af12512de9d2804f2176c8a68e04ddc11083b934 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Thu, 15 Feb 2024 18:10:54 -0300 Subject: [PATCH] WIP --- src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue b/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue index a7e94951a..3521ba0d7 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue @@ -14,6 +14,10 @@ const $props = defineProps({ const { t } = useI18n(); const transferInvoiceDialogRef = ref(); + +const showInvoicePdf = () => {}; + +const showInvoiceCsv = () => {};