alsmanager_lib 2.0.97 → 2.0.98
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
|
@@ -8595,7 +8595,7 @@ function selectDocumentsMySQL(tipo, anno_emissione) {
|
|
|
8595
8595
|
return query;
|
|
8596
8596
|
}
|
|
8597
8597
|
|
|
8598
|
-
function selectDocuments(tipo, anno_emissione) {
|
|
8598
|
+
function selectDocuments(db_used, tipo, anno_emissione) {
|
|
8599
8599
|
var query = "";
|
|
8600
8600
|
if (db_used) {
|
|
8601
8601
|
switch (db_used) {
|