Explorar o código

Merge branch 'master' of onunez/frontend-inversiones into development

Oscar José Nuñez Chávez %!s(int64=5) %!d(string=hai) anos
pai
achega
e353ccc077
Modificáronse 1 ficheiros con 0 adicións e 16 borrados
  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
           ? ""