sigesp 0.9.70-20230914 → 0.9.71-20230915

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11409,7 +11409,7 @@
11409
11409
  _this.fechaNacimientoFamiliar = '';
11410
11410
  _this.nexoFamiliar = 'C';
11411
11411
  _this.denominacionNexo = '';
11412
- _this.estatudiaFamiliar = '0';
11412
+ _this.estatudiaFamiliar = false;
11413
11413
  _this.HCFamiliar = false;
11414
11414
  _this.HCMFamiliar = false;
11415
11415
  _this.hijoEspecial = false;
@@ -11434,7 +11434,7 @@
11434
11434
  _this.sexoFamiliar = e.sexfam;
11435
11435
  _this.fechaNacimientoFamiliar = e.fecnacfam;
11436
11436
  _this.nexoFamiliar = e.nexfam;
11437
- _this.estatudiaFamiliar = e.estfam;
11437
+ _this.estatudiaFamiliar = e.estfam == '1' ? true : false;
11438
11438
  _this.HCFamiliar = e.hcfam == '1' ? true : false;
11439
11439
  _this.HCMFamiliar = e.hcmfam == '1' ? true : false;
11440
11440
  _this.hijoEspecial = e.hijesp == '1' ? true : false;