- check updates

- risolto problema della generazione dei PDF, avevo modificato in CMyPageElem , se si cambia qualcosa occorre stare attenti a mettere !hideHeader
This commit is contained in:
Surya Paolo
2025-11-01 12:00:49 +01:00
parent df98ec9471
commit d179581b23
78 changed files with 3593139 additions and 304 deletions

View File

@@ -264,7 +264,7 @@ async function Request(
if (import.meta.env.DEV) {
console.log('ERROR using', path);
if (error && error.response) {
console.log('error.response=', JSON.stringify(error.response, null, 2));
// console.log('error.response=', JSON.stringify(error.response, null, 2));
}
}
let mycode = 0;