diff --git a/src/pages/InvoiceIn/locale/en.yml b/src/pages/InvoiceIn/locale/en.yml index ef7e31ac3..3723a0f05 100644 --- a/src/pages/InvoiceIn/locale/en.yml +++ b/src/pages/InvoiceIn/locale/en.yml @@ -44,7 +44,10 @@ InvoiceIn: country: Country params: search: Id or supplier name - account: Ledger account - correctingFk: Rectificative correctedFk: Corrected isBooked: Is booked +invoicein: + params: + account: Ledger account + correctingFk: Rectificative + \ No newline at end of file diff --git a/src/pages/InvoiceIn/locale/es.yml b/src/pages/InvoiceIn/locale/es.yml index ed5943489..5637605f6 100644 --- a/src/pages/InvoiceIn/locale/es.yml +++ b/src/pages/InvoiceIn/locale/es.yml @@ -42,6 +42,9 @@ InvoiceIn: country: PaĆs params: search: Id o nombre proveedor + correctedFk: Rectificada +invoicein: + params: account: Cuenta contable correctingFk: Rectificativa - correctedFk: Rectificada + diff --git a/src/pages/Worker/WorkerDepartment.vue b/src/pages/Worker/WorkerDepartment.vue index 67731a6cb..baf6db154 100644 --- a/src/pages/Worker/WorkerDepartment.vue +++ b/src/pages/Worker/WorkerDepartment.vue @@ -4,7 +4,7 @@ import WorkerDepartmentTree from './WorkerDepartmentTree.vue'; </script> <template> - <VnSection data-key="WorkerDepartment"> + <VnSection data-key="WorkerDepartment" :search-bar="false"> <template #body> <div class="flex flex-center q-pa-md"> <WorkerDepartmentTree />