From 784fca7e0b6049264874eff699b064bcbe5fa176 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 28 Apr 2025 14:19:43 +0200 Subject: [PATCH] fix: i18n ticketBasicDataForm --- src/pages/Ticket/Card/BasicData/TicketBasicDataForm.vue | 4 ++-- src/pages/Ticket/locale/en.yml | 1 + src/pages/Ticket/locale/es.yml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/Ticket/Card/BasicData/TicketBasicDataForm.vue b/src/pages/Ticket/Card/BasicData/TicketBasicDataForm.vue index d83d0f2b7..18af48283 100644 --- a/src/pages/Ticket/Card/BasicData/TicketBasicDataForm.vue +++ b/src/pages/Ticket/Card/BasicData/TicketBasicDataForm.vue @@ -290,7 +290,7 @@ async function getZone(options) { diff --git a/src/pages/Ticket/locale/en.yml b/src/pages/Ticket/locale/en.yml index 175f0955b..2c9ea95f6 100644 --- a/src/pages/Ticket/locale/en.yml +++ b/src/pages/Ticket/locale/en.yml @@ -120,6 +120,7 @@ basicData: difference: Difference total: Total price: Price + warehouse: Warehouse newPrice: New price chargeDifference: Charge difference to withoutNegatives: Create without negatives diff --git a/src/pages/Ticket/locale/es.yml b/src/pages/Ticket/locale/es.yml index 3d03a7b33..6bd307d07 100644 --- a/src/pages/Ticket/locale/es.yml +++ b/src/pages/Ticket/locale/es.yml @@ -47,6 +47,7 @@ basicData: difference: Diferencia total: Total price: Precio + warehouse: Almacén newPrice: Nuevo precio chargeDifference: Cargar diferencia a withoutNegatives: Crear sin negativos