sigo-package 1.2.33 → 1.2.34
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5991,7 +5991,7 @@ function buildDataMaterialsRule(Materiales, dataStockPersonal, dataStockAlmacen,
|
|
|
5991
5991
|
});
|
|
5992
5992
|
});
|
|
5993
5993
|
return dataMaterialsRule.map((e) => ({
|
|
5994
|
-
id: e.
|
|
5994
|
+
id: e.keyFila,
|
|
5995
5995
|
text: `${e.item.Codigo} - ${e.item.Nombre} ${e.lote ? `(Lote: ${e.lote})` : ""}`.trim(),
|
|
5996
5996
|
...e
|
|
5997
5997
|
}));
|
package/dist/index.mjs
CHANGED
|
@@ -5864,7 +5864,7 @@ function buildDataMaterialsRule(Materiales, dataStockPersonal, dataStockAlmacen,
|
|
|
5864
5864
|
});
|
|
5865
5865
|
});
|
|
5866
5866
|
return dataMaterialsRule.map((e) => ({
|
|
5867
|
-
id: e.
|
|
5867
|
+
id: e.keyFila,
|
|
5868
5868
|
text: `${e.item.Codigo} - ${e.item.Nombre} ${e.lote ? `(Lote: ${e.lote})` : ""}`.trim(),
|
|
5869
5869
|
...e
|
|
5870
5870
|
}));
|