|
|
@ -68,6 +68,12 @@ public class PurchaseReceiptJobEventHandler : |
|
|
|
createInput.Details.Where(p => p.PurchaseReceiptInspectStatus == EnumPurchaseReceiptInspect.NOK); |
|
|
|
foreach (var detailInput in noOkNoteDetailInputs) |
|
|
|
{ |
|
|
|
detailInput.LocationCode = holdLocation.Code; |
|
|
|
detailInput.LocationArea = holdLocation.AreaCode; |
|
|
|
detailInput.LocationErpCode = holdLocation.ErpLocationCode; |
|
|
|
detailInput.LocationGroup = holdLocation.LocationGroupCode; |
|
|
|
detailInput.WarehouseCode = holdLocation.WarehouseCode; |
|
|
|
detailInput.HandledToLocationCode = holdLocation.Code; |
|
|
|
detailInput.HandledToLocationArea = holdLocation.AreaCode; |
|
|
|
detailInput.HandledToLocationErpCode = holdLocation.ErpLocationCode; |
|
|
|
detailInput.HandledToLocationGroup = holdLocation.LocationGroupCode; |
|
|
|