From 6a958a08072be38eb1f9e4124f01af4048d5352d Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Thu, 2 May 2024 08:32:39 +0000 Subject: [PATCH] Actualizar src/pages/InvoiceIn/Card/InvoiceInDueDay.vue --- src/pages/InvoiceIn/Card/InvoiceInDueDay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/InvoiceIn/Card/InvoiceInDueDay.vue b/src/pages/InvoiceIn/Card/InvoiceInDueDay.vue index 476a0f31e7..0e68b740ff 100644 --- a/src/pages/InvoiceIn/Card/InvoiceInDueDay.vue +++ b/src/pages/InvoiceIn/Card/InvoiceInDueDay.vue @@ -70,7 +70,7 @@ const columns = computed(() => [ const isNotEuro = (code) => code != 'EUR'; async function insert() { - await axios.post('/InvoiceInDueDays/new ', { id: +invoiceId }); + await axios.post('/InvoiceInDueDays/new', { id: +invoiceId }); await invoiceInFormRef.value.reload(); }