Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 8041-unifyClassLink

This commit is contained in:
BENJAMIN ESTEVE DIAZ CANO 2025-02-27 10:23:05 +01:00
commit 99518ed855
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ invoiceOut:
search: Search invoice
searchInfo: You can search by invoice reference
params:
id: ID
company: Company
country: Country
clientId: Client

View File

@ -2,6 +2,7 @@ invoiceOut:
search: Buscar factura emitida
searchInfo: Puedes buscar por referencia de la factura
params:
id: ID
company: Empresa
country: País
clientId: Cliente

View File

@ -1,5 +1,5 @@
/// <reference types="cypress" />
describe.skip('InvoiceOut summary', () => {
describe('InvoiceOut summary', () => {
const transferInvoice = {
Client: { val: 'employee', type: 'select' },
Type: { val: 'Error in customer data', type: 'select' },