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 e3202cf commit 687e102
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ def set_location(self, selected_line_id, package_id, barcode):
package = self.env["stock.quant.package"].browse(package_id)
handler = handlers_by_type.get(search_result.type)
if handler:
return handler(move_line, search_result.record, package)
return handler(move_line, search_result.record, package=package)
message = self.msg_store.barcode_not_found()
return self._response_for_set_location(move_line, package, message=message)

Expand Down

0 comments on commit 687e102

Please sign in to comment.