alsmanager_lib 2.0.57 → 2.0.59
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 +6 -6
- package/package.json +1 -1
package/lib/modules.js
CHANGED
|
@@ -156,12 +156,12 @@ function removeConnector(db_used, id_device, conn_obj) {
|
|
|
156
156
|
//End Manage connectors
|
|
157
157
|
// Manage Storage
|
|
158
158
|
function queryStorageManifactures() {
|
|
159
|
-
var query = "SELECT DISTINCT storage_manifacturer from device_storages order by storage_manifacturer";
|
|
159
|
+
var query = "SELECT DISTINCT storage_manifacturer as marca from device_storages order by storage_manifacturer";
|
|
160
160
|
return query;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
function queryStorageModels() {
|
|
164
|
-
var query = "SELECT DISTINCT storage_model from device_storages order by storage_model";
|
|
164
|
+
var query = "SELECT DISTINCT storage_model as modello from device_storages order by storage_model";
|
|
165
165
|
return query;
|
|
166
166
|
}
|
|
167
167
|
|
|
@@ -9548,7 +9548,7 @@ function createConsegnaBckDoc(consegna_obj, scuola_obj, listaDispositivi) {
|
|
|
9548
9548
|
|
|
9549
9549
|
content: [
|
|
9550
9550
|
{
|
|
9551
|
-
text: '\n\n\n\n\n\n
|
|
9551
|
+
text: '\n\n\n\n\n\n'
|
|
9552
9552
|
},
|
|
9553
9553
|
{
|
|
9554
9554
|
columns: [
|
|
@@ -9602,9 +9602,9 @@ function createConsegnaBckDoc(consegna_obj, scuola_obj, listaDispositivi) {
|
|
|
9602
9602
|
text: [
|
|
9603
9603
|
{text: "\n_____________________________________________________________________________________________\n"},
|
|
9604
9604
|
{text: '\nPer restituzione: \n\n', bold: true},
|
|
9605
|
-
{text: 'Data restituzione:__________________\n', bold: false},
|
|
9606
|
-
{text: 'Stato oggetto e note :
|
|
9607
|
-
{text: 'Firma:__________________
|
|
9605
|
+
{text: 'Data restituzione:__________________\n\n', bold: false},
|
|
9606
|
+
{text: 'Stato oggetto e note : _________________________________________________________________________\n\n', bold: false},
|
|
9607
|
+
{text: 'Firma:__________________ Firma tecnico:_________________________', bold: false}
|
|
9608
9608
|
]
|
|
9609
9609
|
}
|
|
9610
9610
|
],
|