Item last entries #342

Merged
jsegarra merged 11 commits from :feature/ItemLastEntries into dev 2024-05-02 12:43:05 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6a958a0807 - Show all commits

View File

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