Bugfix Nov. 2019
This commit is contained in:
parent
1a8252a7ed
commit
441cacfcc8
Binary file not shown.
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user