fix: description field not changing
gitea/salix-front/pipeline/pr-master This commit is unstable Details

This commit is contained in:
Jon Elias 2025-05-07 09:57:10 +02:00
parent 2bdc05951a
commit cc33568c27
1 changed files with 4 additions and 1 deletions

View File

@ -260,7 +260,7 @@ async function getAmountPaid() {
:label="t('Reference')" :label="t('Reference')"
:required="true" :required="true"
clearable clearable
v-model="data.description" v-model="initialData.description"
/> />
<div v-if="accountingType.code == 'cash'"> <div v-if="accountingType.code == 'cash'">
<div class="text-h6">{{ t('Cash') }}</div> <div class="text-h6">{{ t('Cash') }}</div>
@ -288,6 +288,9 @@ async function getAmountPaid() {
</template> </template>
<i18n> <i18n>
en:
Supplier Compensation Reference: ({supplierId}) Ntro Proveedor {supplierName}
Client Compensation Reference: ({clientId}) Ntro Cliente {clientName}
es: es:
New payment: Añadir pago New payment: Añadir pago
Date: Fecha Date: Fecha