From aaa6a44f882c873bd9ffdb24f93b85262a0034d5 Mon Sep 17 00:00:00 2001 From: jgallego Date: Thu, 27 Feb 2025 08:14:13 +0100 Subject: [PATCH] refactor: refs #6802 update InvoiceOutNegativeBases to use Department instead of Worker --- src/pages/InvoiceOut/InvoiceOutNegativeBases.vue | 8 ++++---- .../InvoiceOut/InvoiceOutNegativeBasesFilter.vue | 15 +++++++++------ src/pages/InvoiceOut/locale/en.yml | 2 +- src/pages/InvoiceOut/locale/es.yml | 2 +- .../invoiceOut/invoiceOutNegativeBases.spec.js | 4 ++-- 5 files changed, 17 insertions(+), 14 deletions(-) diff --git a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue index 35574b21c..432cd07d7 100644 --- a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue +++ b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue @@ -8,7 +8,7 @@ import { useInvoiceOutGlobalStore } from 'src/stores/invoiceOutGlobal.js'; import { useArrayData } from 'src/composables/useArrayData'; import CustomerDescriptorProxy from '../Customer/Card/CustomerDescriptorProxy.vue'; import TicketDescriptorProxy from '../Ticket/Card/TicketDescriptorProxy.vue'; -import WorkerDescriptorProxy from '../Worker/Card/WorkerDescriptorProxy.vue'; +import DepartmentDescriptorProxy from '../Worker/Department/Card/DepartmentDescriptorProxy.vue'; import VnInputDate from 'components/common/VnInputDate.vue'; import InvoiceOutNegativeBasesFilter from './InvoiceOutNegativeBasesFilter.vue'; import RightMenu from 'src/components/common/RightMenu.vue'; @@ -196,10 +196,10 @@ const downloadCSV = async () => { -