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.
- package/dist/sigo-package.cjs.development.js +3 -1
- package/dist/sigo-package.cjs.development.js.map +1 -1
- package/dist/sigo-package.cjs.production.min.js +1 -1
- package/dist/sigo-package.cjs.production.min.js.map +1 -1
- package/dist/sigo-package.esm.js +3 -1
- package/dist/sigo-package.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Programados/Alemania/Models/DocumentacionHPResidential.ts +1 -1
|
@@ -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')
|
|
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);
|