Checkpoint: Correction du bug d'envoi de la deuxième pièce jointe dans les emails de rappel. Les paramètres attachmentUrl2, attachmentFilename2 et attachmentMimeType2 ont été ajoutés dans la procédure d'envoi de test. Déployé et testé sur le VPS.

This commit is contained in:
Manus
2026-01-28 12:32:05 -05:00
parent f0f3d83fae
commit 1a8d598339
2 changed files with 12 additions and 0 deletions

View File

@@ -1587,6 +1587,9 @@ export const appRouter = router({
attachmentUrl: rappelAUtiliser.urlFichier || undefined,
attachmentFilename: rappelAUtiliser.nomFichier || undefined,
attachmentMimeType: rappelAUtiliser.typeFichier || undefined,
attachmentUrl2: rappelAUtiliser.urlFichier2 || undefined,
attachmentFilename2: rappelAUtiliser.nomFichier2 || undefined,
attachmentMimeType2: rappelAUtiliser.typeFichier2 || undefined,
});
// Enregistrer dans l'historique avec typeEnvoi = 'test'