Skip to content

Commit

Permalink
Merge PR #724 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Aug 21, 2023
2 parents 0a5cb6a + af510e2 commit 965a2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shopfloor/services/zone_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ def _set_destination_package(self, move_line, quantity, package):
)
return (package_changed, response)
stock = self._actions_for("stock")
self._lock_lines(move_line)
try:
stock.mark_move_line_as_picked(
move_line, quantity, package, check_user=True
Expand Down

0 comments on commit 965a2dc

Please sign in to comment.