|
|
@@ -3203,6 +3203,7 @@ namespace Business.Replenishment
|
|
|
woRouting.IsActive = true;
|
|
|
woRouting.CommentIndex = dtl.CommentIndex;
|
|
|
woRouting.CreateTime = DateTime.Now;
|
|
|
+ woRouting.StdOp = dtl.StdOp;
|
|
|
woRouting.PackingQty = dtl.PackingQty.GetValueOrDefault();
|
|
|
workOrdRoutings.Add(woRouting);
|
|
|
}
|