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