From 587e0a53e731f2e965f28d1fd8114359ff52cd8f Mon Sep 17 00:00:00 2001 From: carlossa Date: Fri, 9 Feb 2024 12:17:35 +0100 Subject: [PATCH] refs #6791 change field --- src/pages/InvoiceOut/InvoiceOutNegativeBases.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue index c832d577c..aaae15111 100644 --- a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue +++ b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue @@ -181,7 +181,7 @@ const columns = computed(() => [ }, { label: t('invoiceOut.negativeBases.comercial'), - field: 'comercialName', + field: 'workerSocialName', name: 'comercial', align: 'left', },