Commit 059d4f94 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

batchReassembly updated so that it assigns the just reassembled batch currentStation as self

parent eefef70a
......@@ -120,6 +120,7 @@ class BatchReassembly(CoreObject):
batchToBeReassembled.numberOfSubBatches = 1
batchToBeReassembled.numberOfUnits=numberOfUnits
activeObjectQueue.append(batchToBeReassembled)
batchToBeReassembled.currentStation=self
self.timeLastEntityEnded=now()
def canAccept(self,callerObject=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment