diff --git a/Stundensheet.xlsx b/Stundensheet.xlsx index 71587964..9deb32e4 100644 Binary files a/Stundensheet.xlsx and b/Stundensheet.xlsx differ diff --git a/nsw/Source/bsmd.hisnord/Request.cs b/nsw/Source/bsmd.hisnord/Request.cs index 8f9a957c..7d818316 100644 --- a/nsw/Source/bsmd.hisnord/Request.cs +++ b/nsw/Source/bsmd.hisnord/Request.cs @@ -703,6 +703,8 @@ namespace bsmd.hisnord if (ladg.CargoHandlingType.HasValue) lu.CargoHandlingType = (handlingcodetype)ladg.CargoHandlingType.Value; + if (ladg.CargoLACode.HasValue) + lu.CargoLACode = ladg.CargoLACode.Value.ToString(); lu.CargoCodeNST = ladg.CargoCodeNST; lu.CargoCodeNST_3 = ladg.CargoCodeNST_3; if ((ladg.CargoNumberOfItems ?? 0) > 0)