refs #5914 fix(invoiceOut_descriptorMenu): transalation
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-01-03 14:54:01 +01:00
parent af784522c1
commit 227afbe39d
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ class Controller extends Section {
};
this.$http.post(`InvoiceOuts/transferInvoice`, params).then(res => {
const invoiceId = res.data;
this.vnApp.showSuccess(this.$t('Invoice trasfered!'));
this.vnApp.showSuccess(this.$t('Transferred invoice'));
this.$state.go('invoiceOut.card.summary', {id: invoiceId});
});
}

View File

@ -23,4 +23,4 @@ The following refund tickets have been created: "Se han creado los siguientes ti
Refund...: Abono...
Transfer invoice to...: Transferir factura a...
Rectificative type: Tipo rectificativa
Invoice trasfered!: ¡Factura transferida!
Transferred invoice: Factura transferida