|
@@ -131,7 +131,7 @@ export class PaymentApprovalComponent implements OnInit {
|
|
|
this.tipo_pago = resp["result"]["id_tipo_pago"]["nombre"];
|
|
this.tipo_pago = resp["result"]["id_tipo_pago"]["nombre"];
|
|
|
this.cuenta_bancaria = resp["result"]["id_cuenta_bancaria"]["nombre"];
|
|
this.cuenta_bancaria = resp["result"]["id_cuenta_bancaria"]["nombre"];
|
|
|
this.fecha_vencimiento = resp["result"]["fecha_vencimiento"];
|
|
this.fecha_vencimiento = resp["result"]["fecha_vencimiento"];
|
|
|
- if (resp["result"]["id_cuenta_bancaria"] != undefined) {
|
|
|
|
|
|
|
+ if (resp["result"]["id_cuenta_bancaria_destino"] != undefined) {
|
|
|
this.cuenta_bancaria_destino =
|
|
this.cuenta_bancaria_destino =
|
|
|
resp["result"]["id_cuenta_bancaria_destino"]["nombre"];
|
|
resp["result"]["id_cuenta_bancaria_destino"]["nombre"];
|
|
|
}
|
|
}
|