From f1fb2f99043149db09c5557e592740ab13730d77 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 20 Jan 2025 14:39:32 +0100 Subject: [PATCH] fix: fixed rectificative class --- .../InvoiceIn/Card/InvoiceInDescriptorMenu.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/pages/InvoiceIn/Card/InvoiceInDescriptorMenu.vue b/src/pages/InvoiceIn/Card/InvoiceInDescriptorMenu.vue index 407dd05d4..24bf427e9 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInDescriptorMenu.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInDescriptorMenu.vue @@ -58,7 +58,7 @@ const actions = { const correctionFormData = reactive({ invoiceReason: 2, invoiceType: 2, - invoiceClass: 6, + invoiceClass: 8, }); const canEditProp = (props) => hasAny([{ model: 'InvoiceIn', props, accessType: 'WRITE' }]); @@ -269,7 +269,21 @@ const createInvoiceInCorrection = async () => { option-value="id" option-label="description" :required="true" - /> + > + + +