浏览代码

Fixed timberline exporter for PO not exporting cost code

Kenric Nugteren 1 年之前
父节点
当前提交
49fe197bab
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      prs.shared/Posters/Timberline/PurchaseOrderTimberlinePoster.cs

+ 1 - 0
prs.shared/Posters/Timberline/PurchaseOrderTimberlinePoster.cs

@@ -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)