Fixed error with inclusion in pdf of quotation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user