From 4a5dd65d6746ac9a5e8adef7f3e00a51ecd98db1 Mon Sep 17 00:00:00 2001 From: Thierry Ducrest Date: Fri, 8 Sep 2023 09:06:31 +0200 Subject: [PATCH] fixup! shopfloor: zp, spt refactor to help iheritance --- shopfloor/services/zone_picking.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shopfloor/services/zone_picking.py b/shopfloor/services/zone_picking.py index 9d70dc24c8e..adb1732ea87 100644 --- a/shopfloor/services/zone_picking.py +++ b/shopfloor/services/zone_picking.py @@ -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: