• Jérome Perrin's avatar
    fixup! Movement: Add isMovingItem method to be possible check if the object is... · d561dd5b
    Jérome Perrin authored
    fixup! Movement: Add isMovingItem method to be possible check if the object is moving physically or not
    
    Delivery Cell follow the same logic as Deliver Line to decide if a
    movement is moving item. There is no "Delivery Movement" class yet, so I
    duplicate the method for now.
    
    Without this fix, item tracking no longer work when using variations.
    d561dd5b
DeliveryCell.py 7.56 KB