Skip to content

Commit

Permalink
[IMP] shopfloor_packing: Use better message
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseldenis committed Oct 29, 2024
1 parent 7ba11db commit 8f5146b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shopfloor_packing/services/cluster_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
message=self.msg_store.selected_lines_qty_done_higher_than_allowed(
line
),
)


Expand Down

0 comments on commit 8f5146b

Please sign in to comment.