Packing Workbench - Failed to Pack/Unpack item
Issue Action : Packing Workbench
Error Message : Failed to Pack/Unpack item
Root Cause
User entry wrong tote number, it should be "DITXXXX", but we can see this lpn is "DXXXX".
Solution
Clear the item description from wms_lpn_contents table.
== SQL ==
UPDATE wms_lpn_contents
SET item_description = NULL
WHERE parent_lpn_id = 1705841;
commit;
文章標籤
全站熱搜