alsmanager_lib 2.0.16 → 2.0.17
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 +3 -9
- package/package.json +1 -1
package/lib/modules.js
CHANGED
|
@@ -9054,15 +9054,9 @@ function createConsegnaDoc(consegna_obj, scuola_obj, listaDispositivi) {
|
|
|
9054
9054
|
width: '*',
|
|
9055
9055
|
text: [
|
|
9056
9056
|
{text: 'Istituto Comprensivo di Scuola Primaria e Secondaria Trento 3 \n', bold: true, style: 'header', alignment: 'center'},
|
|
9057
|
-
{text:
|
|
9058
|
-
|
|
9059
|
-
|
|
9060
|
-
'Pec: ic.trento3@pec.provincia.tn.it - Cod.Fisc. 800 1317 0222.\n\n\n\n'
|
|
9061
|
-
],
|
|
9062
|
-
style: 'header',
|
|
9063
|
-
alignment: 'center',
|
|
9064
|
-
bold: false
|
|
9065
|
-
}
|
|
9057
|
+
{text: 'Via Vittorio Veneto, 61 - 38122 Trento - Tel. 0461/934977\n', bold: false, style: 'header', alignment: 'center'},
|
|
9058
|
+
{text: 'www.ictrento3.it - mail: segr.ic.tn3@scuole.provincia.tn.it\n', bold: false, style: 'header', alignment: 'center'},
|
|
9059
|
+
{text: 'Pec: ic.trento3@pec.provincia.tn.it - Cod.Fisc. 800 1317 0222.\n\n\n\n', bold: false, style: 'header', alignment: 'center'}
|
|
9066
9060
|
],
|
|
9067
9061
|
},
|
|
9068
9062
|
{
|