corregido error aviso cambio de método pago

This commit is contained in:
Dani Herrero 2017-06-01 14:50:55 +02:00
parent 60de6056c1
commit bb91c026da
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}