- 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:
Surya Paolo
2025-06-13 17:46:03 +02:00
parent 6b9ddc8986
commit 5668c620da
9 changed files with 223 additions and 109 deletions

View File

@@ -6206,4 +6206,10 @@ module.exports = {
fixFilePath(myfilepath) {
return myfilepath.replace(/\\/g, '/');
},
getDateNow() {
const mydate = new Date();
return mydate;
},
};