sigesp 0.8.64-220121 → 0.8.65-220124

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.
@@ -3539,7 +3539,7 @@
3539
3539
  else if (this.calculado && this.contabiliazadoPeriodo == 0 && this.aporteContabilizadoPeriodo == 1) {
3540
3540
  return 'Aporte Contabilizado';
3541
3541
  }
3542
- else if (!this.calculado && !this.prenomina && this.contabiliazadoPeriodo == 0 && this.aporteContabilizadoPeriodo == 0) {
3542
+ else if (!this.calculado && this.prenomina && this.contabiliazadoPeriodo == 0 && this.aporteContabilizadoPeriodo == 0) {
3543
3543
  return 'Pre-Calculada';
3544
3544
  }
3545
3545
  };