diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue index 5157d957be0..e750d95f06c 100644 --- a/src/pages/InvoiceOut/InvoiceOutList.vue +++ b/src/pages/InvoiceOut/InvoiceOutList.vue @@ -116,6 +116,13 @@ const columns = computed(() => [ }, format: (row) => toDate(row.dued), }, + { + align: 'left', + name: 'customsAgentFk', + label: t('invoiceOutList.tableVisibleColumns.customsAgent'), + cardVisible: true, + format: (row, dashIfEmpty) => dashIfEmpty(row.customsAgentName), + }, { align: 'right', name: 'tableActions', diff --git a/src/pages/InvoiceOut/locale/en.yml b/src/pages/InvoiceOut/locale/en.yml index 5ad92ed0973..23389e99a51 100644 --- a/src/pages/InvoiceOut/locale/en.yml +++ b/src/pages/InvoiceOut/locale/en.yml @@ -12,14 +12,15 @@ invoiceOutList: invoiceOutSerial: Serial ticket: Ticket taxArea: Tax area + customsAgent: Consignee DownloadPdf: Download PDF InvoiceOutSummary: Summary negativeBases: - country: Country - clientId: Client ID - base: Base - ticketId: Ticket - active: Active - hasToInvoice: Has to invoice - verifiedData: Verified data - commercial: Commercial \ No newline at end of file + country: Country + clientId: Client ID + base: Base + ticketId: Ticket + active: Active + hasToInvoice: Has to invoice + verifiedData: Verified data + commercial: Commercial diff --git a/src/pages/InvoiceOut/locale/es.yml b/src/pages/InvoiceOut/locale/es.yml index a0512563092..4f88df193d0 100644 --- a/src/pages/InvoiceOut/locale/es.yml +++ b/src/pages/InvoiceOut/locale/es.yml @@ -17,15 +17,16 @@ invoiceOutList: invoiceOutSerial: Serial ticket: Ticket taxArea: Area + customsAgent: Consignatario DownloadPdf: Descargar PDF InvoiceOutSummary: Resumen negativeBases: - country: País - clientId: ID del cliente - client: Cliente - base: Base - ticketId: Ticket - active: Activo - hasToInvoice: Debe facturar - verifiedData: Datos verificados - commercial: Comercial \ No newline at end of file + country: País + clientId: ID del cliente + client: Cliente + base: Base + ticketId: Ticket + active: Activo + hasToInvoice: Debe facturar + verifiedData: Datos verificados + commercial: Comercial