- Sistemato link pdf che ogni volta che si aggiorna prendeva il PDF dalla cache...
- Raccolta Cataloghi, procedura che li AUTO genera in automatico.
This commit is contained in:
@@ -823,7 +823,7 @@ exports.updateLocalDb = async (tableContent, options) => {
|
||||
}
|
||||
}
|
||||
|
||||
if (!reccateg.idArgomento) {
|
||||
if (!reccateg?.idArgomento) {
|
||||
// Se non c'è l'argomento, allora lo cerco nel DB
|
||||
const recarg = await T_Web_Argomenti.findOne({ Descrizione: reccateg.name }).lean();
|
||||
reccateg.idArgomento = recarg.IdArgomento;
|
||||
|
||||
Reference in New Issue
Block a user