8315-devToTest #1094

Merged
alexm merged 253 commits from 8315-devToTest into test 2024-12-18 10:31:55 +00:00
4 changed files with 6 additions and 6 deletions
Showing only changes of commit 29b923130f - Show all commits

View File

@ -1,6 +1,6 @@
{ {
"name": "salix-front", "name": "salix-front",
"version": "24.50.0", "version": "24.52.0",
"description": "Salix frontend", "description": "Salix frontend",
"productName": "Salix", "productName": "Salix",
"author": "Verdnatura", "author": "Verdnatura",

View File

@ -11,7 +11,7 @@ invoiceOutList:
ref: Referencia ref: Referencia
issued: Fecha emisión issued: Fecha emisión
created: F. creación created: F. creación
dueDate: F. máxima dueDate: Fecha vencimiento
invoiceOutSerial: Serial invoiceOutSerial: Serial
ticket: Ticket ticket: Ticket
taxArea: Area taxArea: Area

View File

@ -75,9 +75,9 @@ export default {
}, },
{ {
name: 'TravelHistory', name: 'TravelHistory',
path: 'history', path: 'log',
meta: { meta: {
title: 'history', title: 'log',
icon: 'history', icon: 'history',
}, },
component: () => import('src/pages/Travel/Card/TravelLog.vue'), component: () => import('src/pages/Travel/Card/TravelLog.vue'),

View File

@ -106,7 +106,7 @@ export default {
}, },
{ {
name: 'ZoneHistory', name: 'ZoneHistory',
path: 'history', path: 'log',
meta: { meta: {
title: 'log', title: 'log',
icon: 'history', icon: 'history',