Bugfix Nov. 2019

This commit is contained in:
Daniel Schick 2019-11-28 06:06:02 +00:00
parent 1a8252a7ed
commit 441cacfcc8
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -703,6 +703,8 @@ namespace bsmd.hisnord
if (ladg.CargoHandlingType.HasValue) if (ladg.CargoHandlingType.HasValue)
lu.CargoHandlingType = (handlingcodetype)ladg.CargoHandlingType.Value; lu.CargoHandlingType = (handlingcodetype)ladg.CargoHandlingType.Value;
if (ladg.CargoLACode.HasValue)
lu.CargoLACode = ladg.CargoLACode.Value.ToString();
lu.CargoCodeNST = ladg.CargoCodeNST; lu.CargoCodeNST = ladg.CargoCodeNST;
lu.CargoCodeNST_3 = ladg.CargoCodeNST_3; lu.CargoCodeNST_3 = ladg.CargoCodeNST_3;
if ((ladg.CargoNumberOfItems ?? 0) > 0) if ((ladg.CargoNumberOfItems ?? 0) > 0)