|
|
@ -65,9 +65,9 @@ public class TransferLibRequestEventHandler |
|
|
|
var locationDto = await _locationAppService.GetFirstByTypeAsync(EnumLocationType.TRANSPORT) |
|
|
|
.ConfigureAwait(false); |
|
|
|
|
|
|
|
//var transferOnTheWayLocation =
|
|
|
|
// await SettingManager.GetOrNullGlobalAsync(StoreSettings.Common.TransferOnTheWayLocation)
|
|
|
|
// .ConfigureAwait(false);
|
|
|
|
var transferOnTheWayLocation = |
|
|
|
await SettingManager.GetOrNullGlobalAsync(StoreSettings.Common.TransferOnTheWayLocation) |
|
|
|
.ConfigureAwait(false); |
|
|
|
|
|
|
|
input.Details.ForEach(p => { p.OnTheWayLocationCode = locationDto.Code; }); |
|
|
|
|
|
|
|