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 = () => {};