sigo-package 1.2.41 → 1.2.42

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
@@ -4375,7 +4375,7 @@ function buildRulesMaterial() {
4375
4375
  ManoObra: []
4376
4376
  }
4377
4377
  ],
4378
- ManoObra: [
4378
+ ManoObra: el.CodigoMO === "" ? [] : [
4379
4379
  {
4380
4380
  Cantidad: 0,
4381
4381
  Codigo: el.CodigoMO,
package/dist/index.mjs CHANGED
@@ -4243,7 +4243,7 @@ function buildRulesMaterial() {
4243
4243
  ManoObra: []
4244
4244
  }
4245
4245
  ],
4246
- ManoObra: [
4246
+ ManoObra: el.CodigoMO === "" ? [] : [
4247
4247
  {
4248
4248
  Cantidad: 0,
4249
4249
  Codigo: el.CodigoMO,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-package",
3
- "version": "1.2.41",
3
+ "version": "1.2.42",
4
4
  "description": "Funciones compartidas sigo",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",