Fix[InvoiceOut]: Added lost code #1498

Merged
jon merged 6 commits from Fix-InvoiceOutLostCode into dev 2025-02-27 08:58:21 +00:00
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ invoiceOut:
search: Search invoice search: Search invoice
searchInfo: You can search by invoice reference searchInfo: You can search by invoice reference
params: params:
id: ID
Review

Curioso que el mismo valor sea diferente en 2 idiomas, no?
Habria que marcar un standard, no?

Curioso que el mismo valor sea diferente en 2 idiomas, no? Habria que marcar un standard, no?
company: Company company: Company
country: Country country: Country
clientId: Client clientId: Client

View File

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

View File

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