Unable to move a pallet

Issue No: MFG-2824
Created 9/27/2017 11:42:06 PM
Type Bug
Priority Major
Status Closed
Resolution Fixed
Fixed Version 17.1
Description When user is moving a pallet to PM STAGE location, system throws an exception.   SQL script:   Declare @intInventoryAdjustmentId int EXEC uspICInventoryAdjustment_CreatePostLotMove @intItemId=389 ,@dtmDate='2017-09-27' ,@intLocationId=1 ,@intSubLocationId=14 ,@intStorageLocationId=1999 ,@strLotNumber='O00000080843' ,@intNewLocationId=1 ,@intNewSubLocationId=1 ,@intNewStorageLocationId=13 ,@strNewLotNumber='O00000080843' ,@dblMoveQty=2400 ,@intItemUOMId=646 ,@intSourceId=1 ,@intSourceTransactionTypeId=8 ,@intEntityUserSecurityId=1 ,@intInventoryAdjustmentId =@intInventoryAdjustmentId OUTPUT !pastedImage_d83283_0.png!