alsmanager_lib 2.0.11 → 2.0.12
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 +4 -0
- package/package.json +1 -1
package/lib/modules.js
CHANGED
|
@@ -9043,8 +9043,10 @@ function createConsegnaDoc(consegna_obj, scuola_obj, listaDispositivi) {
|
|
|
9043
9043
|
|
|
9044
9044
|
content: [
|
|
9045
9045
|
{
|
|
9046
|
+
columnGap: 0,
|
|
9046
9047
|
columns: [
|
|
9047
9048
|
{
|
|
9049
|
+
width: 90,
|
|
9048
9050
|
/*
|
|
9049
9051
|
image: '',
|
|
9050
9052
|
width: 150,
|
|
@@ -9052,6 +9054,7 @@ function createConsegnaDoc(consegna_obj, scuola_obj, listaDispositivi) {
|
|
|
9052
9054
|
*/
|
|
9053
9055
|
},
|
|
9054
9056
|
{
|
|
9057
|
+
width: '*',
|
|
9055
9058
|
text: [
|
|
9056
9059
|
{text: 'Istituto Comprensivo di Scuola Primaria e Secondaria Trento 3', bold: true, style: 'header', alignment: 'center'},
|
|
9057
9060
|
{text: [
|
|
@@ -9066,6 +9069,7 @@ function createConsegnaDoc(consegna_obj, scuola_obj, listaDispositivi) {
|
|
|
9066
9069
|
],
|
|
9067
9070
|
},
|
|
9068
9071
|
{
|
|
9072
|
+
width: 90,
|
|
9069
9073
|
/*
|
|
9070
9074
|
image: '',
|
|
9071
9075
|
width: 150,
|