Skip to content

Commit

Permalink
fixup! shopfloor: zp, spt refactor to help iheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Sep 8, 2023
1 parent 68614aa commit 4a5dd65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shopfloor/services/zone_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,6 @@ def set_destination_all(self, barcode, confirmation=False):
message = None
buffer_lines = self._find_buffer_move_lines()
if location:
# error = None
location_dest = buffer_lines.mapped("location_dest_id")
# check if move lines share the same destination
if len(location_dest) != 1:
Expand Down

0 comments on commit 4a5dd65

Please sign in to comment.