From 36be4e3dca69c1c6ebdd2379b48dfe2692023c69 Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 26 Jan 2024 13:28:40 +0100 Subject: [PATCH] fix: refs #4466 remove console log --- src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue b/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue index b5aefc594..a1a534492 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInDescriptor.vue @@ -168,7 +168,6 @@ async function setInvoiceCorrection(id) { }, }), ]); - console.log(correctedData, correctedData); if (correctingData[0]) invoiceInCorrection.corrected = correctingData[0].correctedFk; invoiceInCorrection.correcting = correctedData.map( @@ -222,7 +221,6 @@ async function checkToBook() { async function toBook() { await axios.post(`InvoiceIns/${entityId.value}/toBook`); - // Pendiente de sincronizar todo con arrayData quasar.notify({ type: 'positive', message: t('globals.dataSaved'), @@ -414,15 +412,14 @@ const createInvoiceInCorrection = async () => {