sigesp 0.9.76-20231012 → 0.9.79-20231019

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.
@@ -9887,6 +9887,7 @@
9887
9887
  _this.codigoUnidadAdministrativa = '';
9888
9888
  _this.denominacionUnidadAdministraiva = '';
9889
9889
  _this.perteneceBeneficiario = 0;
9890
+ _this.perteneceFallecido = 0;
9890
9891
  if (e) {
9891
9892
  _this.idEnterprise = +e.id_enterprise;
9892
9893
  _this.idEmpresa = +e.id_empresa;
@@ -9963,6 +9964,7 @@
9963
9964
  _this.denominacionUnidadAdministraiva = e.denuniadm;
9964
9965
  _this.estructuraProgramatica = e.estructura;
9965
9966
  _this.perteneceBeneficiario = +e.perben;
9967
+ _this.perteneceBeneficiario = +e.perfal;
9966
9968
  }
9967
9969
  else {
9968
9970
  _this.isNew = true;
@@ -10036,6 +10038,7 @@
10036
10038
  antigcomp: this.antiguedadComplementaria.toString(),
10037
10039
  id_uniadm: this.idUnidadAdministrativa.toString(),
10038
10040
  perben: this.perteneceBeneficiario.toString(),
10041
+ perfal: this.perteneceFallecido.toString(),
10039
10042
  };
10040
10043
  };
10041
10044
  MConceptosNomina.prototype.denominacionSigno = function (sig) {