alsmanager_lib 2.0.2 → 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.
- package/lib/modules.js +2 -2
- package/package.json +1 -1
package/lib/modules.js
CHANGED
|
@@ -9033,7 +9033,7 @@ 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
|
-
|
|
9036
|
+
tabObj.table.body[j++] = [{text: listaDispositivi[i].num, bold: false}, {text: listaDispositivi[i].descrizione, bold: false}];
|
|
9037
9037
|
}
|
|
9038
9038
|
|
|
9039
9039
|
var dd = {
|
|
@@ -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:
|
|
9078
|
+
{text: uso_casa_str, bold: true},
|
|
9079
9079
|
{text: '\n\n', bold: false}
|
|
9080
9080
|
]
|
|
9081
9081
|
},
|