alsmanager_lib 1.0.100 → 2.0.2

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.
Files changed (2) hide show
  1. package/lib/modules.js +0 -1
  2. package/package.json +1 -1
package/lib/modules.js CHANGED
@@ -9033,7 +9033,6 @@ function createConsegnaDoc(consegna_obj, scuola_obj, listaDispositivi) {
9033
9033
  // Tabella dispositivi
9034
9034
  let j = 1;
9035
9035
  for (let i = 0; i < listaDispositivi.length; i++) {
9036
- const element = array[index];
9037
9036
  tabObj.table.body[j++] = [{text: listaDispositivi.num, bold: false}, {text: listaDispositivi.descrizione, bold: false}];
9038
9037
  }
9039
9038
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alsmanager_lib",
3
- "version": "1.0.100",
3
+ "version": "2.0.2",
4
4
  "description": "Funzioni per ALSManager",
5
5
  "license": "ISC",
6
6
  "author": "Luca Cattani",