diff --git a/PyroFetes/Services/Pdf/QuotationPdfService.cs b/PyroFetes/Services/Pdf/QuotationPdfService.cs index 7adcac2..c5709e1 100644 --- a/PyroFetes/Services/Pdf/QuotationPdfService.cs +++ b/PyroFetes/Services/Pdf/QuotationPdfService.cs @@ -140,7 +140,7 @@ public class QuotationPdfService : IQuotationPdfService }); // Pour avoir la vue du PDF en temps réel - document.ShowInCompanion(); + // document.ShowInCompanion(); return document.GeneratePdf(); }