sigesp 0.8.65-220124 → 0.8.66-220126

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.
@@ -708,6 +708,7 @@
708
708
  this.id = parseInt(user.id_usuario);
709
709
  this.interface = user;
710
710
  this.nomina = parseInt(user.nomina);
711
+ this.periodoActual = parseInt(user.periodo);
711
712
  }
712
713
  MUsuario.prototype.getInterface = function () {
713
714
  return this.interface;