alsmanager_lib 2.0.21 → 2.0.23

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 +12 -2
  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\' utilizzo del dispositivo, scrivere a : ',
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: true
9302
+ },
9293
9303
  ],
9294
9304
  styles: {
9295
9305
  header: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alsmanager_lib",
3
- "version": "2.0.21",
3
+ "version": "2.0.23",
4
4
  "description": "Funzioni per ALSManager",
5
5
  "license": "ISC",
6
6
  "author": "Luca Cattani",