sigesp 1.1.20-20241106 → 1.1.21-20241106
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/fesm2020/sigesp.mjs
CHANGED
|
@@ -3854,7 +3854,7 @@ class MEstructuras extends MBasicModel {
|
|
|
3854
3854
|
return {
|
|
3855
3855
|
id_empresa: this.idEmpresa.toString(),
|
|
3856
3856
|
id_enterprise: this.idEnterprise.toString(),
|
|
3857
|
-
perfiscal: this.
|
|
3857
|
+
perfiscal: this.periodoFiscal.toString(),
|
|
3858
3858
|
id_ep1: this.idEp1.toString(),
|
|
3859
3859
|
id_ep2: this.idEp2.toString(),
|
|
3860
3860
|
id_ep3: this.idEp3.toString(),
|