- Raccolte Cataloghi corretto e migliorato.
- Bottoni "Apri" e "PDF".
This commit is contained in:
@@ -725,6 +725,7 @@ router.post('/join-pdf', authenticate, async (req, res) => {
|
||||
raccolta.pdf_generato_stampa = ris_stampa.outputPath;
|
||||
let myfilecheckstampa = path.join(mydirpath, ris_stampa.outputPath);
|
||||
raccolta.pdf_generato_stampa_size = await tools.getSizeFile(myfilecheckstampa);
|
||||
raccolta.data_generato_stampa = tools.getDateNow();
|
||||
}
|
||||
} else {
|
||||
// Creazione file per WEB
|
||||
@@ -733,6 +734,7 @@ router.post('/join-pdf', authenticate, async (req, res) => {
|
||||
raccolta.pdf_generato = ris.outputPath;
|
||||
let myfilecheck = path.join(mydirpath, ris.outputPath);
|
||||
raccolta.pdf_generato_size = await tools.getSizeFile(myfilecheck);
|
||||
raccolta.data_generato = tools.getDateNow();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user