alsmanager_lib 2.0.21 → 2.0.22
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 +12 -2
- package/package.json +1 -1
package/lib/modules.js
CHANGED
|
@@ -9267,7 +9267,7 @@ function createConsegnaBckDoc(consegna_obj, scuola_obj, listaDispositivi) {
|
|
|
9267
9267
|
return dd;
|
|
9268
9268
|
}
|
|
9269
9269
|
|
|
9270
|
-
function createIstruzioniStandard(user,pwd,email) {
|
|
9270
|
+
function createIstruzioniStandard(user, pwd, email, id_consegna, data_cons) {
|
|
9271
9271
|
var dd = {
|
|
9272
9272
|
content: [
|
|
9273
9273
|
{
|
|
@@ -9281,7 +9281,7 @@ function createIstruzioniStandard(user,pwd,email) {
|
|
|
9281
9281
|
bold: false
|
|
9282
9282
|
},
|
|
9283
9283
|
{
|
|
9284
|
-
text: '\n\nPer qualsiasi problema o richiesta di chiarimenti sull\'
|
|
9284
|
+
text: '\n\nPer qualsiasi problema o richiesta di chiarimenti sull\'utilizzo del dispositivo, scrivere a : ',
|
|
9285
9285
|
style: 'header',
|
|
9286
9286
|
bold: false
|
|
9287
9287
|
},
|
|
@@ -9290,6 +9290,16 @@ function createIstruzioniStandard(user,pwd,email) {
|
|
|
9290
9290
|
style: 'header',
|
|
9291
9291
|
bold: true
|
|
9292
9292
|
},
|
|
9293
|
+
{
|
|
9294
|
+
text: '\n\nindicando nell\'oggetto del messaggio : ',
|
|
9295
|
+
style: 'header',
|
|
9296
|
+
bold: false
|
|
9297
|
+
},
|
|
9298
|
+
{
|
|
9299
|
+
text: '\n\nConsegna n.' + id_consegna + ' del ' + data_cons + '\n',
|
|
9300
|
+
style: 'header',
|
|
9301
|
+
bold: bold
|
|
9302
|
+
},
|
|
9293
9303
|
],
|
|
9294
9304
|
styles: {
|
|
9295
9305
|
header: {
|