@@ -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
? ""