diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs index c6d5baedd..4ab14eba3 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Notes/TransferNotes/TransferNoteAppService.cs @@ -790,9 +790,9 @@ public class TransferNoteAppService : SfsStoreWithDetailsAppServiceBase detailInput.FromPackingCode = string.Empty; detailInput.Remark = detail.OrderType; transfer.Details.Add(detailInput); + transfer.Type = EnumTransSubType.Transfer_WIP.ToString(); - - await CreateAsync(transfer).ConfigureAwait(false); + await CreateAsync(transfer).ConfigureAwait(false); } } else