From 06e04e1fb54df16d013829085ddf4eef8cf712ea Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 13 Jan 2025 13:12:55 +0100 Subject: [PATCH] refactor: refs #8316 remove invoiceInSearchbar --- src/pages/InvoiceIn/InvoiceInList.vue | 18 +++++++++--------- src/pages/InvoiceIn/InvoiceInSearchbar.vue | 18 ------------------ 2 files changed, 9 insertions(+), 27 deletions(-) delete mode 100644 src/pages/InvoiceIn/InvoiceInSearchbar.vue diff --git a/src/pages/InvoiceIn/InvoiceInList.vue b/src/pages/InvoiceIn/InvoiceInList.vue index f9a6a5ae0..f030b4f08 100644 --- a/src/pages/InvoiceIn/InvoiceInList.vue +++ b/src/pages/InvoiceIn/InvoiceInList.vue @@ -18,7 +18,7 @@ import VnSection from 'src/components/common/VnSection.vue'; const user = useState().getUser(); const { viewSummary } = useSummaryDialog(); const { t } = useI18n(); -const dataKey='InvoiceInList'; +const dataKey = 'InvoiceInList'; const tableRef = ref(); const companies = ref([]); @@ -132,11 +132,7 @@ const cols = computed(() => [ diff --git a/src/pages/InvoiceIn/InvoiceInSearchbar.vue b/src/pages/InvoiceIn/InvoiceInSearchbar.vue deleted file mode 100644 index f2731b005..000000000 --- a/src/pages/InvoiceIn/InvoiceInSearchbar.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - -es: - Search invoice: Buscar factura recibida - Search invoices in by id or supplier fiscal name: Buscar facturas recibidas por id o por nombre fiscal del proveedor -