Skip to content

Commit

Permalink
fixup! shopfloor checkout: fix change lot
Browse files Browse the repository at this point in the history
  • Loading branch information
sebalix committed Sep 13, 2023
1 parent 912da92 commit 7877df4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shopfloor/services/checkout.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ def _select_lines_from_lot(
message=self.msg_store.lot_different_change(),
need_confirm_lot=lot.id,
)
# TODO: add a msg saying the lot has been changed
return self._response_for_select_line(
picking,
message=self.msg_store.lot_not_found_in_picking(lot, picking),
Expand Down

0 comments on commit 7877df4

Please sign in to comment.