浏览代码

Fix para validacion que no permitia enviar formulario

Oscar José Nuñez Chávez 5 年之前
父节点
当前提交
95bf32bcef
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/app/components/investment-proposals/payment-info/payment-info.component.ts

+ 0 - 1
src/app/components/investment-proposals/payment-info/payment-info.component.ts

@@ -126,7 +126,6 @@ export class PaymentInfoComponent implements OnInit {
       ],
       tipo_pago: ["", Validators.required],
       cuenta_bancaria: ["", Validators.required],
-      fecha_pago: ["", Validators.required],
       fecha_vencimiento: ["", Validators.required]
     });
   }