From f1323ad2c4391b1c3e2eaf96977dc4fe1ec64a25 Mon Sep 17 00:00:00 2001 From: jorgep Date: Mon, 1 Jul 2024 14:20:30 +0200 Subject: [PATCH] fix: refs #7197 add url InvoiceInSearchbar --- src/pages/InvoiceIn/InvoiceInSearchbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/InvoiceIn/InvoiceInSearchbar.vue b/src/pages/InvoiceIn/InvoiceInSearchbar.vue index e1dc5242c..f2731b005 100644 --- a/src/pages/InvoiceIn/InvoiceInSearchbar.vue +++ b/src/pages/InvoiceIn/InvoiceInSearchbar.vue @@ -8,7 +8,7 @@ const { t } = useI18n(); data-key="InvoiceInList" :label="t('Search invoice')" :info="t('Search invoices in by id or supplier fiscal name')" - custom-route-redirect-name="invoiceInList" + url="InvoiceIns/filter" />