Fixed error with inclusion in pdf of quotation
This commit is contained in:
@@ -11,6 +11,8 @@ public class GetQuotationByIdWithProductsSpec : SingleResultSpecification<Quotat
|
||||
.Where(x => x.Id == quotationId)
|
||||
.Include(x => x.QuotationProducts!)
|
||||
.ThenInclude(x => x.Product)
|
||||
.ThenInclude(x => x!.Prices);
|
||||
.ThenInclude(x => x!.Prices)
|
||||
.Include(x => x.Customer)
|
||||
.ThenInclude(x => x!.CustomerType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user