From 9a9bb2fa4483e738aeed906c8299aa7521c47c32 Mon Sep 17 00:00:00 2001 From: carlossa Date: Wed, 3 Jan 2024 13:24:49 +0100 Subject: [PATCH] refs #6618 invoiceOut fix --- src/pages/InvoiceOut/Card/InvoiceOutCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/InvoiceOut/Card/InvoiceOutCard.vue b/src/pages/InvoiceOut/Card/InvoiceOutCard.vue index f5e8e86b8..e20b1345a 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutCard.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutCard.vue @@ -4,7 +4,6 @@ import { useStateStore } from 'stores/useStateStore'; import InvoiceOutDescriptor from './InvoiceOutDescriptor.vue'; import LeftMenu from 'components/LeftMenu.vue'; import VnSearchbar from 'components/ui/VnSearchbar.vue'; -import VnSubToolBar from 'src/components/ui/VnSubToolBar.vue'; const stateStore = useStateStore(); const { t } = useI18n(); @@ -28,6 +27,7 @@ const { t } = useI18n(); +