alsmanager_lib 3.0.115 → 3.0.116
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 +1 -1
- package/package.json +1 -1
package/lib/modules.js
CHANGED
|
@@ -11151,7 +11151,7 @@ function updateSite(id_site, id_place, mark, floor, size) {
|
|
|
11151
11151
|
|
|
11152
11152
|
function writeSiteDestination(id_site, id_place, date_start, date_end, name, funzione) {
|
|
11153
11153
|
var dt_start = convertDateToStringDB(date_start);
|
|
11154
|
-
var dt_end =
|
|
11154
|
+
var dt_end = convertDateToStringDB(date_end);
|
|
11155
11155
|
|
|
11156
11156
|
var query = "insert into site_destinations (id_site, id_place, date_start, date_end, name, type) values ";
|
|
11157
11157
|
query += "(" + id_site + ", ";
|