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"
|
data-cy="invoice-in-intrastat-table"
|
||||||
:right-search="false"
|
:right-search="false"
|
||||||
:disable-option="{ card: true }"
|
:disable-option="{ card: true }"
|
||||||
:insert-on-load="true"
|
|
||||||
>
|
>
|
||||||
<template #column-footer-amount>
|
<template #column-footer-amount>
|
||||||
{{ getTotal(tableRows, 'amount', { currency: 'default' }) }}
|
{{ getTotal(tableRows, 'amount', { currency: 'default' }) }}
|
||||||
|
|
|
@ -220,7 +220,6 @@ async function handleForeignValueUpdate(val, row) {
|
||||||
save-url="InvoiceInTaxes/crud"
|
save-url="InvoiceInTaxes/crud"
|
||||||
:filter="filter"
|
:filter="filter"
|
||||||
:data-required="{ invoiceInFk: $route.params.id }"
|
:data-required="{ invoiceInFk: $route.params.id }"
|
||||||
:insert-on-load="true"
|
|
||||||
auto-load
|
auto-load
|
||||||
v-model:selected="rowsSelected"
|
v-model:selected="rowsSelected"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
|
@ -237,7 +236,7 @@ async function handleForeignValueUpdate(val, row) {
|
||||||
formInitialData: { invoiceInFk: $route.params.id, isDeductible: true },
|
formInitialData: { invoiceInFk: $route.params.id, isDeductible: true },
|
||||||
onDataSaved: () => invoiceInVatTableRef.reload(),
|
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>
|
<template #column-footer-taxableBase>
|
||||||
{{ toCurrency(taxableBaseTotal) }}
|
{{ toCurrency(taxableBaseTotal) }}
|
||||||
|
|
Loading…
Reference in New Issue