7565-testToMaster #431

Merged
alexm merged 188 commits from 7565-testToMaster into master 2024-06-11 06:33:01 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit b6f11096f3 - Show all commits

View File

@ -178,7 +178,12 @@ async function upsert() {
auto-load
@on-fetch="(data) => (sageWithholdings = data)"
/>
<FormModel model="InvoiceIn" :go-to="`/invoice-in/${invoiceId}/vat`" auto-load>
<FormModel
model="InvoiceIn"
:go-to="`/invoice-in/${invoiceId}/vat`"
auto-load
:url-update="`InvoiceIns/${invoiceId}/updateInvoiceIn`"
>
<template #form="{ data }">
<VnRow>
<VnSelect