Skip to content

Commit

Permalink
Merge PR #1679 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by rousseldenis
  • Loading branch information
OCA-git-bot committed Oct 16, 2024
2 parents c8a1a76 + b8fc419 commit 0854b24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stock_picking_return_lot/wizard/stock_picking_return.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ def _create_returns(self):
)
if ml and not ml.lot_id and (ml.product_uom_qty == line.qty_done):
ml.lot_id = line.lot_id
ml_ids_to_update.remove(ml.id)
if ml.id in ml_ids_to_update:
ml_ids_to_update.remove(ml.id)
return res

0 comments on commit 0854b24

Please sign in to comment.