Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: acsone/wms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fc10d879ebfcfacd8b3adf77102a11728f5dd471
Choose a base ref
..
head repository: acsone/wms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f5146b8fa5fc38ad1e323dc952647aee17448b8
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 shopfloor_packing/services/cluster_picking.py
4 changes: 3 additions & 1 deletion shopfloor_packing/services/cluster_picking.py
Original file line number Diff line number Diff line change
@@ -391,7 +391,9 @@ def _check_allowed_qty_done(self, picking, lines):
return self._response_for_select_package(
picking,
lines,
message=self.msg_store.selected_lines_qty_done_higher_than_allowed(line),
message=self.msg_store.selected_lines_qty_done_higher_than_allowed(
line
),
)