From d1f676e6ff2dc10da098c4ff5fdf3569932e23a5 Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 28 Apr 2025 16:13:29 +0200 Subject: [PATCH] feat: refs #8388 add ACL check for adding invoices in EntryPreAccount.vue --- src/pages/Entry/EntryPreAccount.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/Entry/EntryPreAccount.vue b/src/pages/Entry/EntryPreAccount.vue index 5f4d36df0..45e871c7a 100644 --- a/src/pages/Entry/EntryPreAccount.vue +++ b/src/pages/Entry/EntryPreAccount.vue @@ -20,6 +20,7 @@ import InvoiceInDescriptorProxy from '../InvoiceIn/Card/InvoiceInDescriptorProxy import { useStateStore } from 'src/stores/useStateStore'; import { downloadFile } from 'src/composables/downloadFile'; import { useRoute } from 'vue-router'; +import { useAcl } from 'src/composables/useAcl'; const route = useRoute(); const { t } = useI18n(); @@ -395,6 +396,7 @@ async function createInvoice() { >