sigesp 1.0.7-20240507 → 1.0.8-20240522

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.
@@ -740,7 +740,7 @@ class MPersonalNomina extends MBasicModel {
740
740
  this.idTabulador = parseInt(e.id_tabulador);
741
741
  this.sueldoIntegralPersonal = +e.sueintper;
742
742
  this.pagoEfectivoChequepersonal = parseInt(e.pagefeper);
743
- this.sueldoPromedioPersonal = parseInt(e.sueproper);
743
+ this.sueldoPromedioPersonal = +e.sueproper;
744
744
  this.idAgencia = parseInt(e.id_agencia);
745
745
  this.fechaEgresoPersonal = e.fecegrper;
746
746
  this.causaEgresoPersonal = e.cauegrper;
@@ -4603,7 +4603,7 @@ class MDefinicionNomina extends MBasicModel {
4603
4603
  this.denominacionCodigoFuenteFinanciamiento = '';
4604
4604
  this.nombreProveedor = '';
4605
4605
  this.nombreBeneficiarioFideicomiso = '';
4606
- this.codigoCentroCosto = '';
4606
+ this.codigoCentroCosto = '---';
4607
4607
  this.cestaTickectSueltos = 0;
4608
4608
  this.codigoUsuario = '';
4609
4609
  this.denominacionCentroConsto = '';