sigo-package 1.2.114 → 1.2.115

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/index.js CHANGED
@@ -13399,6 +13399,7 @@ function buildReservaMOJobMajorProjectsAlemaniaAL02(dataMOG, priceContractorMOPr
13399
13399
  reserva.Descripcion = mog.Actividad;
13400
13400
  reserva.Unidad = mog.Unidad.Nombre;
13401
13401
  reserva.Moneda = priceContractorMOPropia.Moneda;
13402
+ reserva.Simbolo = priceContractorMOPropia.Simbolo;
13402
13403
  reserva.DetalleChile.Codigo = hashCode(codigoMacroObras);
13403
13404
  reserva.DetalleChile.Linea = hashCode(mog.Codigo);
13404
13405
  reserva.DetalleChile.CodigoCub = reserva.DetalleChile.Codigo;
package/dist/index.mjs CHANGED
@@ -13237,6 +13237,7 @@ function buildReservaMOJobMajorProjectsAlemaniaAL02(dataMOG, priceContractorMOPr
13237
13237
  reserva.Descripcion = mog.Actividad;
13238
13238
  reserva.Unidad = mog.Unidad.Nombre;
13239
13239
  reserva.Moneda = priceContractorMOPropia.Moneda;
13240
+ reserva.Simbolo = priceContractorMOPropia.Simbolo;
13240
13241
  reserva.DetalleChile.Codigo = hashCode(codigoMacroObras);
13241
13242
  reserva.DetalleChile.Linea = hashCode(mog.Codigo);
13242
13243
  reserva.DetalleChile.CodigoCub = reserva.DetalleChile.Codigo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-package",
3
- "version": "1.2.114",
3
+ "version": "1.2.115",
4
4
  "description": "Funciones compartidas sigo",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",