feat: refs #6739 transferInvoice new functionality #2412
|
@ -240,7 +240,7 @@
|
|||
<vn-check
|
||||
ng-model="$ctrl.isChecked"
|
||||
label="destinationClient"
|
||||
info="checkinfo"
|
||||
info="transferInvoiceInfo"
|
||||
/>
|
||||
</vn-check>
|
||||
</vn-horizontal>
|
||||
|
|
|
@ -166,7 +166,7 @@ class Controller extends Section {
|
|||
const hasToInvoiceByAddress = clientData.hasToInvoiceByAddress;
|
||||
|
||||
if (this.checked && hasToInvoiceByAddress) {
|
||||
if (!window.confirm('El cliente destino tiene marcado facturar por consignatario, ¿desea continuar?'))
|
||||
if (!window.confirm(this.$t('confirmTransferInvoice')))
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -3,4 +3,5 @@ Transfer invoice to...: Transfer invoice to...
|
|||
Cplus Type: Cplus Type
|
||||
transferInvoice: Transfer Invoice
|
||||
destinationClient: Bill destination client
|
||||
checkinfo: New tickets from the destination customer will be generated in the consignee by default.
|
||||
transferInvoiceInfo: New tickets from the destination customer will be generated in the default consignee.
|
||||
confirmTransferInvoice: Destination customer has marked to bill by consignee, do you want to continue?
|
|
@ -26,4 +26,5 @@ Rectificative type: Tipo rectificativa
|
|||
Transferred invoice: Factura transferida
|
||||
transferInvoice: Transferir factura
|
||||
destinationClient: Facturar cliente destino
|
||||
checkinfo: Los nuevos tickets del cliente destino, serán generados en el consignatario por defecto.
|
||||
transferInvoiceInfo: Los nuevos tickets del cliente destino serán generados en el consignatario por defecto.
|
||||
jgallego marked this conversation as resolved
Outdated
|
||||
confirmTransferInvoice: El cliente destino tiene marcado facturar por consignatario, ¿desea continuar?
|
Loading…
Reference in New Issue
esta clave checkinfo es ambigua, podria tener colisiones con otras secciones y ser de algo totalmente distinto, pon algo mas concreto si no te viene nada chatgpt