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.
- package/bundles/sigesp.umd.js +1 -1
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/models/SNO/MPeriodoNomina.model.js +2 -2
- package/fesm2015/sigesp.js +1 -1
- package/fesm2015/sigesp.js.map +1 -1
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -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 &&
|
|
3542
|
+
else if (!this.calculado && this.prenomina && this.contabiliazadoPeriodo == 0 && this.aporteContabilizadoPeriodo == 0) {
|
|
3543
3543
|
return 'Pre-Calculada';
|
|
3544
3544
|
}
|
|
3545
3545
|
};
|