Fixed error with inclusion in pdf of quotation

This commit is contained in:
2026-05-27 13:12:57 +01:00
parent cac880e35f
commit 6f2c60e6c0
3 changed files with 5 additions and 3 deletions
@@ -35,7 +35,8 @@ public class QuotationPdfService : IQuotationPdfService
col.Item().Text("");
col.Item().Text("");
col.Item().Text("Client").SemiBold().FontSize(12);
col.Item().Text($"{quotation.Customer}");
col.Item().Text($"{quotation.Customer?.Note}");
col.Item().Text($"{quotation.Customer?.CustomerType?.Label}");
});
// Logo + société à droite