alsmanager_lib 1.0.89 → 1.0.90

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.
Files changed (2) hide show
  1. package/lib/modules.js +1 -1
  2. package/package.json +1 -1
package/lib/modules.js CHANGED
@@ -1660,7 +1660,7 @@ function getPCPropertiesByConfigSQLite(id_device, id_conf) {
1660
1660
  query += "dp.RAM_GB as RAM, dp.note, dp.da_properties ";
1661
1661
  query += "from devices d ";
1662
1662
  query += "left join device_pc dp on d.id = dp.id_device ";
1663
- query += "where d.id = " + id_device;
1663
+ query += "where d.id = " + id_device + " ";
1664
1664
  if (id_conf > 0) {
1665
1665
  query += "and d.id in (select id_part from change_config where id_conf = " + id_conf + ")";
1666
1666
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alsmanager_lib",
3
- "version": "1.0.89",
3
+ "version": "1.0.90",
4
4
  "description": "Funzioni per ALSManager",
5
5
  "license": "ISC",
6
6
  "author": "Luca Cattani",