|
@ -77,7 +77,7 @@ public static class ShipmentExtensions |
|
|
orphanItem.HL.HL01 = shipNotice.GetNextHl(orphanItem.SN1.Qty); |
|
|
orphanItem.HL.HL01 = shipNotice.GetNextHl(orphanItem.SN1.Qty); |
|
|
orphanItem.HL.HL02 = shipment.HL.HL01; |
|
|
orphanItem.HL.HL02 = shipment.HL.HL01; |
|
|
shipment.OrphanItems.Add(orphanItem); |
|
|
shipment.OrphanItems.Add(orphanItem); |
|
|
shipNotice.AddSegment(5+orphanItem.REF_LS_LTs.Count); |
|
|
shipNotice.AddSegment(5+orphanItem.REF_LS_LTs.Count*2); |
|
|
return shipment; |
|
|
return shipment; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|