alsmanager_lib 2.0.55 → 2.0.56

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 +9 -0
  2. package/package.json +1 -1
package/lib/modules.js CHANGED
@@ -9582,6 +9582,15 @@ function createConsegnaBckDoc(consegna_obj, scuola_obj, listaDispositivi) {
9582
9582
  {text: 'Data: ' + dc_str + '\n\n', bold: false},
9583
9583
  {text: 'Firma:__________________', bold: false}
9584
9584
  ]
9585
+ },
9586
+ {
9587
+ text: [
9588
+ {text: "\n\n___________________________________________________________________________________________________\n"},
9589
+ {text: '\nPer restituzione: \n\n', bold: true},
9590
+ {text: 'Data restituzione:__________________\n', bold: false},
9591
+ {text: 'Stato oggetto e note : ________________________________________________________________________________\n\n', bold: false},
9592
+ {text: 'Firma:__________________ Firma tecnico:_________________________', bold: false}
9593
+ ]
9585
9594
  }
9586
9595
  ],
9587
9596
  styles: {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  ".": "./lib/modules.js",
5
5
  "./dbconn": "./lib/dbconn.js"
6
6
  },
7
- "version": "2.0.55",
7
+ "version": "2.0.56",
8
8
  "description": "Funzioni per ALSManager",
9
9
  "license": "ISC",
10
10
  "author": "Luca Cattani",