sigesp 1.1.8-20241001 → 1.1.9-20241001

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.
@@ -1285,6 +1285,8 @@ class MCuentaInstitucional extends MBasicModel {
1285
1285
  this.isNew = false;
1286
1286
  this.idDtCuenta = 0;
1287
1287
  if (institucional) {
1288
+ this.idEnterprise = +institucional.id_enterprise;
1289
+ this.periodoFiscal = +institucional.perfiscal;
1288
1290
  this.cuenta = institucional.sc_cuenta;
1289
1291
  this.cueproacu = institucional.cueproacu;
1290
1292
  this.denominacion = institucional.denominacion;