corregido error aviso cambio de método pago
This commit is contained in:
parent
60de6056c1
commit
bb91c026da
|
@ -20,7 +20,7 @@ class billingData {
|
|||
|
||||
copyData() {
|
||||
if (this.client) {
|
||||
this.payId = this.client.payMethod ? this.client.payMethod.id : null;
|
||||
this.payId = this.client.payMethodFk || null;
|
||||
this.dueDay = this.client.dueDay ? this.client.dueDay : null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue