Skip to content

Commit

Permalink
Update shopfloor_single_product_transfer/services/single_product_tran…
Browse files Browse the repository at this point in the history
…sfer.py

Co-authored-by: Simone Orsi <[email protected]>
  • Loading branch information
mt-software-de and simahawk authored Nov 6, 2023
1 parent fa97889 commit e3202cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def _set_quantity__by_package(self, move_line, package, confirmation=False):
location = package.location_id
handlers = self._set_quantity__by_location_handlers()
response = self._use_handlers(
handlers, move_line, location, package, confirmation=confirmation
handlers, move_line, location, package=package, confirmation=confirmation
)
if response:
return response
Expand Down

0 comments on commit e3202cf

Please sign in to comment.