sigesp 0.9.69-20230914 → 0.9.70-20230914
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.
- package/bundles/sigesp.umd.js +1 -1
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/models/SNO/MFamiliares.model.js +2 -2
- package/fesm2015/sigesp.js +1 -1
- package/fesm2015/sigesp.js.map +1 -1
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -11465,7 +11465,7 @@
|
|
|
11465
11465
|
sexfam: this.sexoFamiliar,
|
|
11466
11466
|
fecnacfam: this.fechaNacimientoFamiliar,
|
|
11467
11467
|
nexfam: this.nexoFamiliar,
|
|
11468
|
-
estfam: this.estatudiaFamiliar,
|
|
11468
|
+
estfam: this.estatudiaFamiliar ? '1' : '0',
|
|
11469
11469
|
hcfam: this.HCFamiliar ? '1' : '0',
|
|
11470
11470
|
hcmfam: this.HCMFamiliar ? '1' : '0',
|
|
11471
11471
|
hijesp: this.hijoEspecial ? '1' : '0',
|