|
@@ -482,6 +482,10 @@ public class BillTimberlinePoster : ITimberlinePoster<Bill, BillTimberlineSettin
|
|
|
}
|
|
|
lineData.AddRange(poias.Select(x => new LineData(x.Job, poCost, poQty, x, x.Quantity)));
|
|
|
}
|
|
|
+ else
|
|
|
+ {
|
|
|
+ lineData.Add(new(poItem.Job, poCost, poQty, poItem, poQty));
|
|
|
+ }
|
|
|
|
|
|
foreach(var line in lineData)
|
|
|
{
|