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(); }