fix: refs #8388 remove unused insert-on-load attribute from InvoiceIn components
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
505489fae6
commit
cda841b956
|
@ -117,7 +117,6 @@ function getCode(row) {
|
|||
data-cy="invoice-in-intrastat-table"
|
||||
:right-search="false"
|
||||
:disable-option="{ card: true }"
|
||||
:insert-on-load="true"
|
||||
>
|
||||
<template #column-footer-amount>
|
||||
{{ getTotal(tableRows, 'amount', { currency: 'default' }) }}
|
||||
|
|
|
@ -220,7 +220,6 @@ async function handleForeignValueUpdate(val, row) {
|
|||
save-url="InvoiceInTaxes/crud"
|
||||
:filter="filter"
|
||||
:data-required="{ invoiceInFk: $route.params.id }"
|
||||
:insert-on-load="true"
|
||||
auto-load
|
||||
v-model:selected="rowsSelected"
|
||||
:columns="columns"
|
||||
|
@ -237,7 +236,7 @@ async function handleForeignValueUpdate(val, row) {
|
|||
formInitialData: { invoiceInFk: $route.params.id, isDeductible: true },
|
||||
onDataSaved: () => invoiceInVatTableRef.reload(),
|
||||
}"
|
||||
:go-to="`invoice-in/${$route.params.id}/due-day`"
|
||||
:go-to="`/invoice-in/${$route.params.id}/due-day`"
|
||||
>
|
||||
<template #column-footer-taxableBase>
|
||||
{{ toCurrency(taxableBaseTotal) }}
|
||||
|
|
Loading…
Reference in New Issue