From b0de46cb68d4aacb81a17e05f3e05c6ff693396d Mon Sep 17 00:00:00 2001 From: raskolnikov Date: Fri, 27 Jan 2023 15:40:11 -0500 Subject: [PATCH] update button maintenance_inicial --- move.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/move.py b/move.py index 3ee1900..261de81 100644 --- a/move.py +++ b/move.py @@ -152,6 +152,8 @@ class ShipmentOut(metaclass=PoolMeta): for move in shipment.inventory_moves: if move.product_equipment and move.equipment: serial = True + elif not move.product_equipment: + serial = True else: serial = False