+
+
+
+
+
+es:
+ Select a file: Selecciona un fichero
+ Some of the imported buys does not have an item: Algunas de las compras importadas no tienen un artículo
+
diff --git a/src/router/modules/entry.js b/src/router/modules/entry.js
index 4137cb59e..8d25a8e0c 100644
--- a/src/router/modules/entry.js
+++ b/src/router/modules/entry.js
@@ -72,6 +72,11 @@ export default {
},
component: () => import('src/pages/Entry/Card/EntryBuys.vue'),
},
+ {
+ path: 'buys/import',
+ name: 'EntryBuysImport',
+ component: () => import('src/pages/Entry/Card/EntryBuysImport.vue'),
+ },
{
path: 'notes',
name: 'EntryNotes',