sigesp 1.1.17-20241018 → 1.1.18-20241018

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.
@@ -3770,7 +3770,7 @@ class MAdministrativeUnit extends MBasicModel {
3770
3770
  if (unidad) {
3771
3771
  this.idEmpresa = +unidad.id_empresa;
3772
3772
  this.idEnterprise = +unidad.id_enterprise;
3773
- this.periodoFiscal = +this.periodoFiscal;
3773
+ this.periodoFiscal = +unidad.perfiscal;
3774
3774
  this.id = +unidad.id_uniadm;
3775
3775
  this.codigo = unidad.coduniadm;
3776
3776
  this.denominacion = unidad.denuniadm;