Skip to content

Commit

Permalink
fixup! shopfloor_reception: Split moves before posting
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Nov 9, 2023
1 parent d56d148 commit 1a2d7b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shopfloor_reception/services/reception.py
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,8 @@ def _auto_post_line(self, selected_line):
new_move._action_confirm(merge=False)
new_move._recompute_state()
new_move._action_assign()
lock = self._actions_for("lock")
lock.for_update(move)
move._recompute_state()
new_move.extract_and_action_done()

Expand Down

0 comments on commit 1a2d7b7

Please sign in to comment.