sigo-package 1.1.31 → 1.1.32

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.
@@ -1584,7 +1584,9 @@ function obtenerDocumentacionClientes(_ref) {
1584
1584
  documentacion.Nodos = [modelDROPAux, modelCABLEAux, modelARMARIOAux];
1585
1585
  return documentacion;
1586
1586
  }
1587
- if (codEspecialidades.includes('01.2-OBRA CIVIL/DROPS')) documentacion.Nodos.push(modelDROPAux);
1587
+ if (codEspecialidades.includes('01.2-OBRA CIVIL/DROPS') || codEspecialidades.includes('01.1-OBRA CIVIL')) {
1588
+ documentacion.Nodos.push(modelDROPAux);
1589
+ }
1588
1590
  if (codEspecialidades.includes('03-SOPLADO RA') || codEspecialidades.includes('02-SOPLADO RD')) {
1589
1591
  documentacion.Nodos.push(modelCABLEAux);
1590
1592
  documentacion.Nodos.push(modelARMARIOAux);