alsmanager_lib 2.0.3 → 2.0.4

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 +1 -1
  2. package/package.json +1 -1
package/lib/modules.js CHANGED
@@ -9075,7 +9075,7 @@ function createConsegnaDoc(consegna_obj, scuola_obj, listaDispositivi) {
9075
9075
  text: [
9076
9076
  {text: '\n\n\nOggetto : ', bold: true},
9077
9077
  {text: 'Consegna _____________________________ ', bold: false},
9078
- {text: uso_Casa_str, bold: true},
9078
+ {text: uso_casa_str, bold: true},
9079
9079
  {text: '\n\n', bold: false}
9080
9080
  ]
9081
9081
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alsmanager_lib",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Funzioni per ALSManager",
5
5
  "license": "ISC",
6
6
  "author": "Luca Cattani",