sigesp 1.0.6-20240430 → 1.0.7-20240507
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/esm2020/lib/core/interfaces/Nomina.mjs +1 -1
- package/esm2020/lib/core/models/SNO/MConceptosNomina.model.mjs +1 -4
- package/fesm2015/sigesp.mjs +0 -3
- package/fesm2015/sigesp.mjs.map +1 -1
- package/fesm2020/sigesp.mjs +0 -3
- package/fesm2020/sigesp.mjs.map +1 -1
- package/lib/core/interfaces/Nomina.d.ts +0 -1
- package/lib/core/models/SNO/MConceptosNomina.model.d.ts +0 -1
- package/package.json +1 -1
package/fesm2020/sigesp.mjs
CHANGED
|
@@ -10036,7 +10036,6 @@ class MConceptosNomina extends MBasicModel {
|
|
|
10036
10036
|
this.codigoUnidadAdministrativa = '';
|
|
10037
10037
|
this.denominacionUnidadAdministraiva = '';
|
|
10038
10038
|
this.perteneceBeneficiario = 0;
|
|
10039
|
-
this.perteneceFallecido = 0;
|
|
10040
10039
|
if (e) {
|
|
10041
10040
|
this.idEnterprise = +e.id_enterprise;
|
|
10042
10041
|
this.idEmpresa = +e.id_empresa;
|
|
@@ -10113,7 +10112,6 @@ class MConceptosNomina extends MBasicModel {
|
|
|
10113
10112
|
this.denominacionUnidadAdministraiva = e.denuniadm;
|
|
10114
10113
|
this.estructuraProgramatica = e.estructura;
|
|
10115
10114
|
this.perteneceBeneficiario = +e.perben;
|
|
10116
|
-
this.perteneceBeneficiario = +e.perfal;
|
|
10117
10115
|
}
|
|
10118
10116
|
else {
|
|
10119
10117
|
this.isNew = true;
|
|
@@ -10186,7 +10184,6 @@ class MConceptosNomina extends MBasicModel {
|
|
|
10186
10184
|
antigcomp: this.antiguedadComplementaria.toString(),
|
|
10187
10185
|
id_uniadm: this.idUnidadAdministrativa.toString(),
|
|
10188
10186
|
perben: this.perteneceBeneficiario.toString(),
|
|
10189
|
-
perfal: this.perteneceFallecido.toString(),
|
|
10190
10187
|
};
|
|
10191
10188
|
}
|
|
10192
10189
|
denominacionSigno(sig) {
|