diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 377872349..8a7cb7230 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -240,7 +240,6 @@ globals: shelvingList: Shelving List shelvingCreate: New shelving invoiceIns: Invoices In - invoiceInCreate: Create invoice in vat: VAT labeler: Labeler dueDay: Due day diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index 52fae877e..c802eb3a9 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -243,7 +243,6 @@ globals: shelvingList: Listado de carros shelvingCreate: Nuevo carro invoiceIns: Fact. recibidas - invoiceInCreate: Crear fact. recibida vat: IVA labeler: Etiquetas dueDay: Vencimiento diff --git a/src/router/modules/invoiceIn.js b/src/router/modules/invoiceIn.js index b8021e69f..efdf2780a 100644 --- a/src/router/modules/invoiceIn.js +++ b/src/router/modules/invoiceIn.js @@ -122,15 +122,7 @@ export default { invoiceInCard, ], }, - { - path: 'create', - name: 'InvoiceInCreare', - meta: { - title: 'invoiceInCreate', - icon: 'create', - }, - component: () => import('src/pages/InvoiceIn/InvoiceInCreate.vue'), - }, + { path: 'serial', name: 'InvoiceInSerial',