diff --git a/src/css/app.scss b/src/css/app.scss
index 4bc4ded9a..9edf19d06 100644
--- a/src/css/app.scss
+++ b/src/css/app.scss
@@ -145,9 +145,6 @@ select:-webkit-autofill {
}
}
-.q-btn {
- text-transform: none;
-}
.tr-header {
color: var(--vn-label-color);
}
diff --git a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue
index 4c6e1dc56..e98de6b30 100644
--- a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue
+++ b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue
@@ -171,7 +171,7 @@ const ticketsColumns = ref([
-
+
{{ value }}
@@ -182,3 +182,8 @@ const ticketsColumns = ref([
+
diff --git a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue
index 36180a2e7..182de2c83 100644
--- a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue
+++ b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue
@@ -119,8 +119,8 @@ const columns = computed(() => [
},
{
label: t('invoiceOut.negativeBases.comercial'),
- field: 'workerSocialName',
- name: 'comercial',
+ field: 'workerName',
+ name: 'worker',
align: 'left',
},
]);
@@ -181,10 +181,10 @@ const downloadCSV = async () => {
-
+
{{
- row.workerSocial
+ row.workerName
}}