@@ -234,6 +234,7 @@ public class Module
.Add(x => x.Description)
.Add(x => x.ReceivedDate)
.Add(x => x.Job.JobNumber)
+ .Add(x => x.CostCentre.Code)
.Add(x => x.TaxCode.Code)
.Add(x => x.Qty)
.Add(x => x.Cost)