sigesp 1.0.23-20240902 → 1.0.24-20240902

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.
@@ -831,7 +831,7 @@ class MPersonalNomina extends MBasicModel {
831
831
  this.denominacionPermisoPersonal = e.denperper;
832
832
  this.codigoPermisoPersonal = e.codperper;
833
833
  this.tipoCargo = e.tipcar;
834
- this.denominacionTipoCargo = this.TipoCargo.find(e => e.value == e.value).denominacion;
834
+ this.denominacionTipoCargo = this.TipoCargo.find(e => e.value == this.tipoCargo).denominacion;
835
835
  }
836
836
  else {
837
837
  this.isNew = true;