refs #5914 fix(invoiceOut_descriptorMenu): transalation
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
af784522c1
commit
227afbe39d
|
@ -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});
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue