fix error

This commit is contained in:
2025-12-04 17:11:34 +01:00
parent 17978e7c19
commit e21e2afea4

View File

@@ -140,7 +140,7 @@ public class QuotationPdfService : IQuotationPdfService
}); });
// Pour avoir la vue du PDF en temps réel // Pour avoir la vue du PDF en temps réel
document.ShowInCompanion(); // document.ShowInCompanion();
return document.GeneratePdf(); return document.GeneratePdf();
} }