Forráskód Böngészése

Merge branch 'hotfix-1.1.2' of onunez/frontend-inversiones into master

Oscar José Nuñez Chávez 5 éve
szülő
commit
c0acf65bce
1 módosított fájl, 0 hozzáadás és 16 törlés
  1. 0 16
      src/app/components/instruments/dap/dap.component.ts

+ 0 - 16
src/app/components/instruments/dap/dap.component.ts

@@ -149,22 +149,6 @@ export class DAP implements InstrumentComponent {
         []
       ],
 
-      fecha_vencimiento: [
-        this.instrument_exists
-          ? ""
-          : {
-              isRange: false,
-              singleDate: {
-                jsDate: parse(
-                  this.instrument_work.fecha_vencimiento,
-                  "dd/MM/yyyy",
-                  new Date()
-                ),
-                formatted: this.instrument_work.fecha_vencimiento
-              }
-            },
-        Validators.required
-      ],
       fecha_operacion: [
         this.instrument_exists
           ? ""